From 23167c46849e199a99929308655966a956092a04 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 15 Mar 2006 03:33:31 +0000 Subject: [PATCH] Better dependencies git-svn-id: https://svn.dealii.org/trunk@12593 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.5