A new target, build_gen, works like gen w/o man-page generation.
authorWayne Davison <wayned@samba.org>
Fri, 8 Oct 2004 19:52:38 +0000 (19:52 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 8 Oct 2004 19:52:38 +0000 (19:52 +0000)
Makefile.in

index eeb33d8..c0be6e9 100644 (file)
@@ -91,7 +91,9 @@ 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: $(srcdir)/configure $(srcdir)/config.h.in proto man
+gen: build_gen man
+
+build_gen: $(srcdir)/configure $(srcdir)/config.h.in proto
 
 man: $(srcdir)/rsync.1 $(srcdir)/rsyncd.conf.5