From: wolf Date: Wed, 15 Mar 2006 03:33:31 +0000 (+0000) Subject: Better dependencies X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23167c46849e199a99929308655966a956092a04;p=dealii-svn.git Better dependencies git-svn-id: https://svn.dealii.org/trunk@12593 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile index 4b9ac2383c..8466ee0258 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -106,10 +106,10 @@ clean: $(example-toc-prog) $(example-toc-plain) -.PHONY: validate-xrefs clean Makefile.dep +.PHONY: validate-xrefs clean -Makefile.dep: $(shell echo $D/examples/*/*.cc) +Makefile.dep: $(shell echo $D/examples/*/*.cc) Makefile @echo ================== Generating $@ @for i in $(example-names) ; do \ echo generated/$${i}_prog.html generated/$${i}_plain.html \