From: Timo Heister Date: Thu, 26 Jan 2012 17:26:52 +0000 (+0000) Subject: force a (re)configure if needed. X-Git-Tag: v8.0.0~2996 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13e34929395a7e665353ab0ab8f9451d482e42f5;p=dealii.git force a (re)configure if needed. git-svn-id: https://svn.dealii.org/trunk@24936 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 : ;\