summaryrefslogtreecommitdiff
path: root/lib/make/make.configuration
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 15:56:43 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-30 15:56:43 +0000
commit542ffd015a54ccbe23e290b0ff90edfc0b2669a2 (patch)
treeaef97b97a4a0f969aac56079ccd4f4fbcba4944f /lib/make/make.configuration
parent667283d6049430d77baf26acac683f824f8d8669 (diff)
Now "packages" are called "arrangements"
Everything should work again (!) git-svn-id: http://svn.cactuscode.org/flesh/trunk@839 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.configuration')
-rw-r--r--lib/make/make.configuration4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/make.configuration b/lib/make/make.configuration
index f4e7e892..88458f5b 100644
--- a/lib/make/make.configuration
+++ b/lib/make/make.configuration
@@ -119,8 +119,8 @@ $(CONFIG)/make.thornlist: $(TOP)/ThornList $(foreach lib, $(CCTK_HOME)/src $(THO
$(TOP)/ThornList:
@echo $(DIVIDER)
- @echo Creating compiled ThornList containing all thorns in the packages directory
- $(PERL) -s $(BUILD_ACTIVETHORNS) $(CCTK_HOME)/packages > $@
+ @echo Creating compiled ThornList containing all thorns in the arrangements directory
+ $(PERL) -s $(BUILD_ACTIVETHORNS) $(CCTK_HOME)/arrangements > $@
action="yes"; if [ "x$$EDITOR" = "x" ] ; then EDITOR=vi ; fi; \
while [ "x$$action" = "xyes" -o "x$$action" = "xy" -o "x$$action" = "xYES" -o "x$$action" = "xY" ] ; \
do \