summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-18 18:11:58 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-18 18:11:58 +0000
commit965da409e7b5af5f3ab323a3ab7c2353936cd2a5 (patch)
tree6745783572794d15c3d625c76e86bf80ec44c3df /lib/make/make.configuration
parent3a9e5180fba7ff2bb43feed3793737365cac1114 (diff)
Cosmetic output change.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@953 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index 6ef55b22..18a5f7da 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -119,7 +119,7 @@ include $(CONFIG)/make.config.deps
$(CONFIG)/make.thornlist: $(TOP)/ThornList $(foreach lib, $(CCTK_HOME)/src $(THORNS:%=$(PACKAGE_DIR)/%), $(lib)/param.ccl $(lib)/interface.ccl $(lib)/schedule.ccl)
@echo $(DIVIDER)
if [ -r $@ ] ; then echo Reconfiguring thorns ; rm $@ ;\
- else echo Configuring thorns ; fi
+ else echo Processing CCL files ; fi
$(PERL) -s $(CST) -config_dir=$(CONFIG) -cctk_home=$(CCTK_HOME) -top=$(TOP) $<
# Rule to build ThornList