summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 26d228fa6f..96fae004a4 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -224,8 +224,9 @@ include/config.h:
@echo "You need to rerun ./autogen.sh and ./configure"
@/bin/false
-clean_pch:
- -rm -f include/includes.h.gch
+clean_pch:
+ @echo "Removing precompiled headers"
+ @-rm -f include/includes.h.gch
pch: clean_pch include/includes.h.gch