summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/main.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 314d3587c2..270c9b3ff5 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -339,6 +339,9 @@ include/includes.d: include/includes.h
@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@ && exit 0;\
echo "The following command failed:" 1>&2;\
echo "$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@" 1>&2;\
+ echo "@: $@";\
+ echo "<: $<";\
+ echo "*: $*";\
$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $< -o $@ >/dev/null 2>&1
.c.ho: