From aa0bec8a522cf3bed47cced46b6ac5fa9951e9c6 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 6 Feb 2006 18:27:45 +0000 Subject: [PATCH] Ensure that the timestamp for config.h.in is changed after running autoheader. --- prepare-source.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare-source.mak b/prepare-source.mak index 0fdd8081..b54beeee 100644 --- a/prepare-source.mak +++ b/prepare-source.mak @@ -5,6 +5,7 @@ configure: configure.in aclocal.m4 config.h.in: configure.in aclocal.m4 autoheader + touch config.h.in proto.h: *.c lib/compat.c cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new -- 2.34.1