summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-23 03:10:50 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-23 03:10:50 +0000
commit231ae2430ee4f762035803ee0c7c00823fba6bfb (patch)
treead1467f077911303a79fc6d6f48aca913d06b3f9 /source4/Makefile.in
parent11e91848956821f9a794ae92f98b9204df0dbf12 (diff)
downloadsamba-231ae2430ee4f762035803ee0c7c00823fba6bfb.tar.gz
samba-231ae2430ee4f762035803ee0c7c00823fba6bfb.tar.bz2
samba-231ae2430ee4f762035803ee0c7c00823fba6bfb.zip
get rid of some more unused headers
(This used to be commit 48276c768bc58aa531771e0172a7480ec94d3254)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index 2a789c4fe9..b6e9ee0327 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -639,8 +639,6 @@ MAKEDIR = || exec false; \
exec false; fi || exec false
.c.o:
- @if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
- dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
@echo Compiling $*.c
@$(CC) -I. -I$(srcdir) $(FLAGS) -c $< \
-o $@