From: Wayne Davison Date: Mon, 6 Feb 2006 04:54:30 +0000 (+0000) Subject: The "proto" target now builds target "proto.h" from the new X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e6d8e70925201ec87da5242eacf23c58b39d6ca2 The "proto" target now builds target "proto.h" from the new prepare-source.mak makefile. --- diff --git a/Makefile.in b/Makefile.in index 0331fe43..62ecdb75 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,7 +97,7 @@ man: $(MAKE) -C $(srcdir) -f prepare-source.mak man proto: - $(MAKE) -C $(srcdir) -f prepare-source.mak proto + $(MAKE) -C $(srcdir) -f prepare-source.mak proto.h clean: cleantests rm -f *~ $(OBJS) $(TLS_OBJ) $(CHECK_PROGS) $(CHECK_OBJS)