summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-08-19 12:51:00 +0000
committerAndrew Tridgell <tridge@samba.org>2000-08-19 12:51:00 +0000
commitdab552237e155343bc45a34d498c89bed953952e (patch)
tree4b521f2bbaed50dc32522917a75511b77d6329ef
parent2201ba580e0dd4075b17cfb8aefe8ac0e1b7dff8 (diff)
downloadrsync-dab552237e155343bc45a34d498c89bed953952e.tar.gz
I don't like automatic header dependencies
-rw-r--r--Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index d401cd78..71ddc9a2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,8 +20,6 @@ SHELL=/bin/sh
.SUFFIXES:
.SUFFIXES: .c .o
-HEADS=byteorder.h config.h errcode.h proto.h rsync.h version.h \
- lib/fnmatch.h lib/getopt.h lib/mdfour.h
LIBOBJ=lib/getopt.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o
ZLIBOBJ=zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o \
zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o \
@@ -55,8 +53,6 @@ install-strip:
rsync: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS)
-$(OBJS): $(HEADS)
-
rsync.1: rsync.yo
yodl2man -o rsync.1 rsync.yo