]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 735] Fix a make/gmake VPATH issue on Solaris
authorHarlan Stenn <stenn@ntp.org>
Wed, 22 Nov 2006 04:53:23 +0000 (23:53 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 22 Nov 2006 04:53:23 +0000 (23:53 -0500)
bk: 4563d7c3os8sT6vjlTt_mMkWhTnVIw

Makefile.am
NEWS

index 85162a7f47d5d8dd98aaa64c2bbbd4b1653c6764..a8afc7a6f2556af94ef1e89c0abf5e8c23fd3221 100644 (file)
@@ -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 74ccb664e1be8e07d9a566d6033888d2b5442e78..6db23f74e0d521053d0008b0fdb1c07c78561edd 100644 (file)
--- 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.