From a6c5741c37d846abdc82af6ccd9ed35cb28fc0d2 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 6 Feb 2006 04:53:02 +0000 Subject: [PATCH] Changed the "proto" target to "proto.h". --- prepare-source.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare-source.mak b/prepare-source.mak index 8cb6ce08..137a71c9 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -1,4 +1,4 @@ -gen: configure config.h.in proto man +gen: configure config.h.in proto.h man configure: configure.in aclocal.m4 autoconf @@ -6,7 +6,7 @@ configure: configure.in aclocal.m4 config.h.in: configure.in aclocal.m4 autoheader -proto: +proto.h: cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new if diff proto.h proto.h.new >/dev/null; then \ rm proto.h.new; \ -- 2.34.1