summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-10-08 19:52:38 +0000
committerWayne Davison <wayned@samba.org>2004-10-08 19:52:38 +0000
commit8303cc10215e252837e133a443146b585c639da9 (patch)
treebebf1bff162b5fb90f34587bfac920db026d6eb6 /Makefile.in
parentab759cd27becb80df39eb1a90e88c74cd7e9be77 (diff)
downloadrsync-8303cc10215e252837e133a443146b585c639da9.tar.gz
A new target, build_gen, works like gen w/o man-page generation.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index eeb33d86..c0be6e9a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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