From: Wayne Davison Date: Tue, 12 Oct 2004 20:08:51 +0000 (+0000) Subject: Decided we don't need the build_gen target after all. X-Git-Tag: v2.6.4pre1~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ad840a6b63db79ed4a38bf94c685c0a1159dbf;p=thirdparty%2Frsync.git Decided we don't need the build_gen target after all. --- diff --git a/Makefile.in b/Makefile.in index c0be6e9a..eeb33d86 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,9 +91,7 @@ T_UNSAFE_OBJ = t_unsafe.o syscall.o util.o t_stub.o lib/compat.o lib/snprintf.o t_unsafe$(EXEEXT): $(T_UNSAFE_OBJ) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(T_UNSAFE_OBJ) $(LIBS) -gen: build_gen man - -build_gen: $(srcdir)/configure $(srcdir)/config.h.in proto +gen: $(srcdir)/configure $(srcdir)/config.h.in proto man man: $(srcdir)/rsync.1 $(srcdir)/rsyncd.conf.5