aboutsummaryrefslogtreecommitdiffstats
path: root/prepare-source.mak
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-07 17:30:35 +0000
committerWayne Davison <wayned@samba.org>2006-02-07 17:30:35 +0000
commit350879d8d1b200e160fa398e7571de5c70ef1e85 (patch)
tree2121bdb45e5dc6e4e39d48bc0c71f1295ae5d51e /prepare-source.mak
parenta6a276027c059e8dbf104f3472de3ab533f92941 (diff)
downloadandroid_external_rsync-350879d8d1b200e160fa398e7571de5c70ef1e85.tar.gz
android_external_rsync-350879d8d1b200e160fa398e7571de5c70ef1e85.tar.bz2
android_external_rsync-350879d8d1b200e160fa398e7571de5c70ef1e85.zip
Only call the just-added "touch" if autoheader succeeded.
Diffstat (limited to 'prepare-source.mak')
-rw-r--r--prepare-source.mak3
1 files changed, 1 insertions, 2 deletions
diff --git a/prepare-source.mak b/prepare-source.mak
index b54beeee..8a6fd905 100644
--- a/prepare-source.mak
+++ b/prepare-source.mak
@@ -4,8 +4,7 @@ configure: configure.in aclocal.m4
autoconf
config.h.in: configure.in aclocal.m4
- autoheader
- touch config.h.in
+ autoheader && touch config.h.in
proto.h: *.c lib/compat.c
cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new