From d159cffe2ff80e2d1b8e9cdd0c559a242599f674 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 10 Sep 2006 12:51:30 +0000 Subject: r18338: this isn't needed anymore metze (This used to be commit 91800fd80c1763157f9bfded8f10e2d8c9a04cd2) --- source4/main.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4') 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: -- cgit