summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/main.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/main.mk b/source4/main.mk
index 7a309a1fbe..9af1beb706 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -345,10 +345,6 @@ include/includes.d: include/includes.h
@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $*.c -o $@ && exit 0;\
echo "The following command failed:" 1>&2;\
echo "$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $*.c -o $@" 1>&2;\
- echo "@: $@" 1>&2;\
- echo "<: $<" 1>&2;\
- echo "*: $*" 1>&2;\
- echo "*.c: $*.c" 1>&2;\
$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) -c $*.c -o $@ >/dev/null 2>&1
.c.ho: