Decided we don't need the build_gen target after all.
authorWayne Davison <wayned@samba.org>
Tue, 12 Oct 2004 20:08:51 +0000 (20:08 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 12 Oct 2004 20:08:51 +0000 (20:08 +0000)
Makefile.in

index c0be6e9..eeb33d8 100644 (file)
@@ -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