summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--lib/make/make.configuration2
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82b82fba..846810d1 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.174 2006-06-06 15:25:39 rideout Exp $
+# @version $Id: Makefile,v 1.175 2007-05-21 20:58:15 schnetter Exp $
# @@*/
##################################################################################
@@ -272,6 +272,7 @@ $(CONFIGURATIONS):
echo "Building configuration $@"; \
echo $(DIVIDER);\
fi
+ $(MAKE) -f $(CCTK_HOME)/lib/make/make.configuration TOP=$(CONFIGS_DIR)/$@ CCTK_HOME=$(CCTK_HOME) $(TPARFLAGS) rebuild
$(MAKE) -f $(CCTK_HOME)/lib/make/make.configuration TOP=$(CONFIGS_DIR)/$@ CCTK_HOME=$(CCTK_HOME) $(TPARFLAGS)
# Clean target
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 94268a2e..9c6b0a51 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -206,6 +206,8 @@ include $(CONFIG)/make.config.deps
# Rule to build the make.thornlist file from the ThornList file
+rebuild: $(CONFIG)/make.thornlist
+
$(CONFIG)/make.thornlist: $(TOP)/ThornList $(foreach lib, $(CCTK_HOME)/src $(THORNS:%=$(PACKAGE_DIR)/%), $(lib)/param.ccl $(lib)/interface.ccl $(lib)/schedule.ccl) $(CONFIG_THORNS:%=$(PACKAGE_DIR)/%/configuration.ccl) $(CCTK_HOME)/lib/make/force-rebuild
if [ -r $@ ] ; then echo Reconfiguring thorns ; rm $@ ;\
else echo Processing CCL files ; fi