summaryrefslogtreecommitdiff
path: root/source4/build/make
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/make')
-rw-r--r--source4/build/make/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk
index 6bb9247df8..d7482fe45c 100644
--- a/source4/build/make/rules.mk
+++ b/source4/build/make/rules.mk
@@ -190,10 +190,10 @@ include/includes.d: include/includes.h
@-mkdir -p `dirname $@`
@$(COMPILE) && exit 0 ; \
echo "The following command failed:" 1>&2;\
+ echo "$(COMPILE)" 1>&2;\
$(COMPILE) >/dev/null 2>&1
-# echo "$(COMPILE)" 1>&2;\
.c.ho:
@echo "Compiling $< with host compiler"