summaryrefslogtreecommitdiff
path: root/lib/make/make.config.rules.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.config.rules.in')
-rw-r--r--lib/make/make.config.rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.config.rules.in b/lib/make/make.config.rules.in
index 5c146a68..2131be6c 100644
--- a/lib/make/make.config.rules.in
+++ b/lib/make/make.config.rules.in
@@ -51,7 +51,7 @@ endef
define NOTIFY_COPYING
endef
define NOTIFY_COMPILING
- echo COMPILING $<
+ echo COMPILING $(subst $(CCTK_HOME)/,,$<)
endef
define NOTIFY_POSTPROCESSING
endef