From a15134394376f4b16341b62c2fd18f7857ea0611 Mon Sep 17 00:00:00 2001 From: "J.W. Schultz" Date: Fri, 21 Mar 2003 07:42:19 +0000 Subject: [PATCH] Cleanup: Added header files to dependancies. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6561ec51..d8555609 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,6 +25,7 @@ VERSION=@VERSION@ .SUFFIXES: .SUFFIXES: .c .o +HEADERS=byteorder.h config.h errcode.h proto.h rsync.h LIBOBJ=lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o \ lib/permstring.o @LIBOBJS@ ZLIBOBJ=zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o \ @@ -73,7 +74,7 @@ install-strip: rsync$(EXEEXT): $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) -$(OBJS): config.h +$(OBJS): $(HEADERS) tls$(EXEEXT): $(TLS_OBJ) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS) -- 2.34.1