From: wolf Date: Thu, 25 Jul 2002 10:34:44 +0000 (+0000) Subject: Minor change. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3c3d2d96ef76adf075ff266b6ed3a17b1f0f36;p=dealii-svn.git Minor change. git-svn-id: https://svn.dealii.org/trunk@6277 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/Makefile.large b/deal.II/doc/development/Makefile.large index 33d9bd201b..65ef45dd1e 100644 --- a/deal.II/doc/development/Makefile.large +++ b/deal.II/doc/development/Makefile.large @@ -136,10 +136,10 @@ clean-data: # modify the output a bit. The file with the dependencies is put into # `lib/'. lib/Makefile.dep: $(cc-files) $(h-files) $(lib-h-files) Makefile - @echo =====waves=======$(deal_II_dimension)d================== Remaking Makefile + @echo =====waves=======$(deal_II_dimension)d================== Remaking $@ @$(PERL) $D/common/scripts/make_dependencies.pl $(INCLUDE) -Blib $(cc-files) \ | $(PERL) -p -e 's!^lib/(.*):!lib/$(deal_II_dimension)d/$$1:!g;' \ - > lib/Makefile.dep + > $@ include lib/Makefile.dep