From: Harlan Stenn Date: Fri, 6 Jan 2012 23:38:02 +0000 (-0500) Subject: tolerate an error touching a file in a read-only srcdir X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c647c1f186b04f01293ddbe7cd2c0a9aa48bc3a0;p=thirdparty%2Fntp.git tolerate an error touching a file in a read-only srcdir bk: 4f0785daI2lqOyevRKbrgKivjF8Yaw --- diff --git a/libntp/Makefile.am b/libntp/Makefile.am index 9efbc16a37..ea750f0f94 100644 --- a/libntp/Makefile.am +++ b/libntp/Makefile.am @@ -125,7 +125,7 @@ EXTRA_DIST = README # dependency. systime_s.c: systime.c - @touch $@ + -@touch $@ include $(top_srcdir)/depsver.mf include $(top_srcdir)/includes.mf