summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-02 00:24:59 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-02 00:24:59 +0000
commit9ebfa0fd87f4582f90f58f979e5a5b8deb659501 (patch)
treed0fa6a18d1e3651ffdc0dc45502f6f7336189d5d /Makefile
parent0b286b2b14b5b26ea35b2038b2bd79a05c7f5fd6 (diff)
Correct info message
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4807 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c896676..3883c988 100644
--- a/Makefile
+++ b/Makefile
@@ -533,7 +533,7 @@ ifneq ($strip($(CONFIGURATIONS)),)
$(addsuffix -cleandeps,$(CONFIGURATIONS)):
$(NOTIFY_DIVIDER)
- @echo Cleaning configuration $(@:%-cleandeps=%)
+ @echo Cleaning dependencies in configuration $(@:%-cleandeps=%)
cd $(CONFIGS_DIR)/$(@:%-cleandeps=%)
$(MAKE) -f $(CCTK_HOME)/lib/make/make.configuration TOP=$(CONFIGS_DIR)/$(@:%-cleandeps=%) CCTK_HOME=$(CCTK_HOME) cleandeps
$(NOTIFY_DIVIDER)