From: bangerth Date: Thu, 28 Oct 2010 15:33:16 +0000 (+0000) Subject: Make work with new directory structure. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdbe1518034f5dc33bbc1017c8dbeff1de11ffeb;p=dealii-svn.git Make work with new directory structure. git-svn-id: https://svn.dealii.org/trunk@22538 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-40/Makefile b/deal.II/examples/step-40/Makefile index 6338a519ff..29c5e1e625 100644 --- a/deal.II/examples/step-40/Makefile +++ b/deal.II/examples/step-40/Makefile @@ -164,7 +164,7 @@ clean: # # If the creation of Makefile.dep fails, blow it away and fail Makefile.dep: $(target).cc Makefile \ - $(shell echo $D/*/include/*/*.h) + $(shell echo $D/include/deal.II/*/*.h) @echo ============================ Remaking $@ @$D/common/scripts/make_dependencies $(INCLUDE) -B. $(target).cc \ > $@ \