summaryrefslogtreecommitdiff
path: root/source4/build/make
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/make')
-rw-r--r--source4/build/make/rules.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk
index 3c195e2903..76ede6eae7 100644
--- a/source4/build/make/rules.mk
+++ b/source4/build/make/rules.mk
@@ -207,9 +207,7 @@ include/includes.d: include/includes.h
@echo "Compiling $<"
@-mkdir -p `dirname $@`
@$(COMPILE) && exit 0 ; \
- echo "The following command failed:" 1>&2;\
- echo "$(COMPILE)" 1>&2;\
- $(COMPILE) >/dev/null 2>&1
+ $(COMPILE)