From 93234bc8e11d330172132d8437116b60bfa0e2fb Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 3 Sep 2008 10:50:25 +0000 Subject: [PATCH] Make sure expand_instantiations and make_dependencies are always rebuilt whenever necessary. git-svn-id: https://svn.dealii.org/trunk@16720 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/Makefile b/deal.II/Makefile index f2968242d9..de687ebc19 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -262,3 +262,9 @@ build-test-do: distclean \ build-test build-test-do \ TAGS TODO + +# mark the following two as phony since they mark two actual files but +# we don't want to list the full dependencies here. let the sub-makefiles +# do that +.PHONY: common/scripts/make_dependencies \ + common/scripts/expand_instantiations \ No newline at end of file -- 2.39.5