From 3db06222afe9960cf6b41c4a90e892c6ee80d44d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 25 Nov 2007 15:03:19 -0800 Subject: [PATCH] Give proto.h a build rule so that make re-checks its timestamp. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 14d7454d..1d2c6981 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,6 +124,7 @@ configure.sh config.h.in: configure.in aclocal.m4 proto: proto.h-tstamp proto.h: proto.h-tstamp + @ls -l proto.h proto.h-tstamp: *.c lib/compat.c perl mkproto.pl *.c lib/compat.c -- 2.34.1