From: Harlan Stenn Date: Wed, 22 Nov 2006 04:53:23 +0000 (-0500) Subject: [Bug 735] Fix a make/gmake VPATH issue on Solaris X-Git-Tag: NTP_4_2_3P68_RC~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9b2fc817dc6bff1cf2a5c3194e58cc28efe4406;p=thirdparty%2Fntp.git [Bug 735] Fix a make/gmake VPATH issue on Solaris bk: 4563d7c3os8sT6vjlTt_mMkWhTnVIw --- diff --git a/Makefile.am b/Makefile.am index 85162a7f4..a8afc7a6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -137,7 +137,7 @@ dist-hook: @echo "Feel free to send patches that fix these warnings, though." @echo " " @sleep 1 - @touch .gcc-warning + @touch $@ ChangeLog: FRC.ChangeLog cd $(srcdir) \ diff --git a/NEWS b/NEWS index 74ccb664e..6db23f74e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +* [Bug 735] Fix a make/gmake VPATH issue on Solaris. * [Bug 739] ntpd -x should not take an argument. * [Bug 737] Some systems need help providing struct iovec. * [Bug 717] Fix libopts compile problem.