From: Wayne Davison Date: Tue, 7 Feb 2006 17:30:35 +0000 (+0000) Subject: Only call the just-added "touch" if autoheader succeeded. X-Git-Tag: v2.6.7pre1~18 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=350879d8d1b200e160fa398e7571de5c70ef1e85;p=thirdparty%2Frsync.git Only call the just-added "touch" if autoheader succeeded. --- 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