Ensure that the timestamp for config.h.in is changed after
authorWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 18:27:45 +0000 (18:27 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 6 Feb 2006 18:27:45 +0000 (18:27 +0000)
running autoheader.

prepare-source.mak

index 0fdd808..b54beee 100644 (file)
@@ -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