From 137aaa411a9c85699599a36e760f54c1d47a017e Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 31 Jan 2000 12:01:14 +0000 Subject: [PATCH] Fix problem. git-svn-id: https://svn.dealii.org/trunk@2286 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/Makefile.large | 4 ++-- deal.II/doc/development/Makefile.small | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large index e29b74a644..aadaca4a33 100644 --- a/deal.II/doc/development/Makefile.large +++ b/deal.II/doc/development/Makefile.large @@ -49,8 +49,8 @@ cc-files = $(shell echo source/*.cc) o-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.o) go-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.go) h-files = $(wildcard include/*.h) -lib-h-files = $(shell echo $(include-path-base)/*.h \ - $(include-path-lac)/*.h \ +lib-h-files = $(shell echo $(include-path-base)/base/*.h \ + $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) # As before, define a list of libraries. This, of course depends on diff --git a/deal.II/doc/development/Makefile.small b/deal.II/doc/development/Makefile.small index d8e0351ca2..2d02725034 100644 --- a/deal.II/doc/development/Makefile.small +++ b/deal.II/doc/development/Makefile.small @@ -152,8 +152,8 @@ clean: # since object files are placed in the present directory for this # application. All these things are made in the next rule: Makefile.dep: $(target).cc Makefile \ - $(shell echo $(include-path-base)/*.h \ - $(include-path-lac)/*.h \ + $(shell echo $(include-path-base)/base/*.h \ + $(include-path-lac)/lac/*.h \ $(include-path-deal2)/*/*.h) @echo ============================ Remaking Makefile @perl $D/common/scripts/make_dependencies.pl $(INCLUDE) $(target).cc \ -- 2.39.5