From: wolf Date: Tue, 23 Jul 2002 11:35:46 +0000 (+0000) Subject: Fix calling syntax for the make_dependencies script. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4472c7748c37df3473768c6e78db10203e058c8;p=dealii-svn.git Fix calling syntax for the make_dependencies script. git-svn-id: https://svn.dealii.org/trunk@6263 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large index c922bc1c83..8875e2dbab 100644 --- a/deal.II/doc/development/Makefile.large +++ b/deal.II/doc/development/Makefile.large @@ -137,8 +137,7 @@ clean-data: # `lib/'. lib/Makefile.dep: $(cc-files) $(h-files) $(lib-h-files) Makefile @echo =====waves=======$(deal_II_dimension)d================== Remaking Makefile - @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) $(cc-files) \ - | $(PERL) -p -e 's!^lib/g?o/(.*):!lib/$(deal_II_dimension)d/$$1:!g;' \ + @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -Blib $(cc-files) \ > lib/Makefile.dep include lib/Makefile.dep