From 2ab05bef5e6b1e4b093ea0876ec819af965510ce Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 26 Jan 2012 17:26:52 +0000 Subject: [PATCH] force a (re)configure if needed. git-svn-id: https://svn.dealii.org/trunk@24936 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index c2b2b9dbbf..15d4089a3c 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -24,7 +24,10 @@ help: @echo "= distclean : removes all object files, libraries, etc in subdirs =" @echo "========================================================================" -deps: +config.log: configure + $(error Error: configuration not up to date. Please run ./configure or ./reconfigure) + +deps: config.log @cd common/scripts && $(MAKE) $(MAKEOPTIONS) @cd source && if $(MAKE) $(MAKEOPTIONS) Makefile.dep;\ then : ;\ -- 2.39.5