From: Wolfgang Bangerth Date: Thu, 28 Oct 2010 15:33:16 +0000 (+0000) Subject: Make work with new directory structure. X-Git-Tag: v8.0.0~5119 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f79ee59c11e38950c4e99018699a72211f31709;p=dealii.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 \ > $@ \