X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3060d4aa1d5586c085aaec108ac6ced094304322..c48b22c8583f6d6c55c6a6f6001cf4fdcc20aed1:/Makefile.in diff --git a/Makefile.in b/Makefile.in index d401cd78..1a590c79 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,6 +9,7 @@ mandir=@mandir@ LIBS=@LIBS@ CC=@CC@ CFLAGS=@CFLAGS@ +LDFLAGS=@LDFLAGS@ INSTALLCMD=@INSTALL@ @@ -20,8 +21,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 +54,6 @@ install-strip: rsync: $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS) -$(OBJS): $(HEADS) - rsync.1: rsync.yo yodl2man -o rsync.1 rsync.yo