From: wolf Date: Fri, 11 Dec 1998 09:33:24 +0000 (+0000) Subject: Add comment to the generated Makefile.dep. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be5d2a40421876df6fa1b20c05f111de15f6e45;p=dealii-svn.git Add comment to the generated Makefile.dep. git-svn-id: https://svn.dealii.org/trunk@697 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/Makefile b/deal.II/deal.II/source/Makefile index 83ea91ab97..27ea226342 100644 --- a/deal.II/deal.II/source/Makefile +++ b/deal.II/deal.II/source/Makefile @@ -98,11 +98,14 @@ clean: #we may get into trouble. ../lib/Makefile.dep: $(cc-files) $(h-files) Makefile ../Make.global_options @echo ============================ Remaking Makefile + @echo "# This Makefile was automatically generated by ../source/Makefile" \ + > ../lib/Makefile.dep + @echo "# See there for more information." >> ../lib/Makefile.dep @perl ../Make_dep.pl ../lib/libgrid $(INCLUDE) $(cc-files) \ | perl -p -e 's!^.*\(.*/(.*)\):!../lib/$(deal_II_dimension)d/$$1:!g;' \ | perl -pe 's!(/[^/]+\.(o|go)):!/$$2$$1:!g;' \ | perl -pe 's!(\.g?o)!_$(deal_II_dimension)d$$1!g;' \ - > ../lib/Makefile.dep + >> ../lib/Makefile.dep include ../lib/Makefile.dep