From ef4e0d5e7e4348a0c660537458a7391094e9469c Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 6 Feb 2006 05:06:52 +0000 Subject: [PATCH] Added dependencies for proto.h. --- prepare-source.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-source.mak b/prepare-source.mak index 137a71c9..0fdd8081 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -6,7 +6,7 @@ configure: configure.in aclocal.m4 config.h.in: configure.in aclocal.m4 autoheader -proto.h: +proto.h: *.c lib/compat.c 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