From: guido Date: Thu, 7 Oct 2004 20:55:40 +0000 (+0000) Subject: Remove vanished variables X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff09731d373f89de867862f7e720c7d9b896992a;p=dealii-svn.git Remove vanished variables git-svn-id: https://svn.dealii.org/trunk@9701 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large index 0c92c2dc76..3721cf11fa 100644 --- a/deal.II/doc/development/Makefile.large +++ b/deal.II/doc/development/Makefile.large @@ -49,9 +49,7 @@ cc-files = $(shell echo source/*.cc) o-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.$(OBJEXT)) go-files = $(cc-files:source/%.cc=lib/$(deal_II_dimension)d/%.g.$(OBJEXT)) h-files = $(wildcard include/*.h) -lib-h-files = $(shell echo $(include-path-base)/base/*.h \ - $(include-path-lac)/lac/*.h \ - $(include-path-deal2)/*/*.h) +lib-h-files = $(shell echo $D/base/*.h $D/lac/*.h $D/*/*.h) # As before, define a list of libraries. This, of course depends on # the dimension in which we are working: