summaryrefslogtreecommitdiff
path: root/source4
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
commitd159cffe2ff80e2d1b8e9cdd0c559a242599f674 (patch)
treeea89948898d54215a4b5253b559985f9d7ae3c1f /source4
parentd82ed849cc3d0e9b3f97653664068faa9433c1df (diff)
downloadsamba-d159cffe2ff80e2d1b8e9cdd0c559a242599f674.tar.gz
samba-d159cffe2ff80e2d1b8e9cdd0c559a242599f674.tar.bz2
samba-d159cffe2ff80e2d1b8e9cdd0c559a242599f674.zip
r18338: this isn't needed anymore
metze (This used to be commit 91800fd80c1763157f9bfded8f10e2d8c9a04cd2)
Diffstat (limited to 'source4')
-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: