aboutsummaryrefslogtreecommitdiffstats
path: root/prepare-source.mak
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-06 18:27:45 +0000
committerWayne Davison <wayned@samba.org>2006-02-06 18:27:45 +0000
commitaa0bec8a522cf3bed47cced46b6ac5fa9951e9c6 (patch)
treecde3ee6e3830aabd61056aef5043076e906d483f /prepare-source.mak
parent2d2f71fb27e8364eac8418e2303b9972c5766ae4 (diff)
downloadandroid_external_rsync-aa0bec8a522cf3bed47cced46b6ac5fa9951e9c6.tar.gz
android_external_rsync-aa0bec8a522cf3bed47cced46b6ac5fa9951e9c6.tar.bz2
android_external_rsync-aa0bec8a522cf3bed47cced46b6ac5fa9951e9c6.zip
Ensure that the timestamp for config.h.in is changed after
running autoheader.
Diffstat (limited to 'prepare-source.mak')
-rw-r--r--prepare-source.mak1
1 files changed, 1 insertions, 0 deletions
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