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-Tag: v2.6.7pre1~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6d8e70925201ec87da5242eacf23c58b39d6ca2;p=thirdparty%2Frsync.git 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)