summaryrefslogtreecommitdiff
path: root/source/main.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-10 12:51:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:12 -0500
commit91800fd80c1763157f9bfded8f10e2d8c9a04cd2 (patch)
tree28a76cffd5918dde12de6c5a917d6824052e323a /source/main.mk
parentc2f2dbb5d1c082ee1391908073336a9dfc10f712 (diff)
downloadsamba-91800fd80c1763157f9bfded8f10e2d8c9a04cd2.tar.gz
r18338: this isn't needed anymore
metze
Diffstat (limited to 'source/main.mk')
-rw-r--r--source/main.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/main.mk b/source/main.mk
index 7a309a1fbe9..9af1beb706b 100644
--- a/source/main.mk
+++ b/source/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: