summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)