From e6d8e70925201ec87da5242eacf23c58b39d6ca2 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 6 Feb 2006 04:54:30 +0000 Subject: [PATCH] The "proto" target now builds target "proto.h" from the new prepare-source.mak makefile. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1