From: Dave Hart Date: Thu, 4 Feb 2010 23:13:52 +0000 (+0000) Subject: [Bug 1477] 1st non-gmake make in clone w/VPATH can't make COPYRIGHT. X-Git-Tag: NTP_4_2_7P17~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48d81595c6c2b8f09f6daa96680d4657b9b02cb3;p=thirdparty%2Fntp.git [Bug 1477] 1st non-gmake make in clone w/VPATH can't make COPYRIGHT. bk: 4b6b54b0cv9nM_NPIApdG5tyN7hnqQ --- diff --git a/ChangeLog b/ChangeLog index 8ba65a8ee..f0d935e6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +--- + +* [Bug 1477] 1st non-gmake make in clone w/VPATH can't make COPYRIGHT. + --- (4.2.6p1-RC4) 2010/02/04 Released by Harlan Stenn diff --git a/Makefile.am b/Makefile.am index 8bea08e5b..8b1b22409 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,9 +102,9 @@ ETAGS_ARGS = Makefile.am configure.ac BUILT_SOURCES = \ .gcc-warning \ libtool \ - COPYRIGHT \ - version \ - version.m4 \ + $(srcdir)/COPYRIGHT \ + $(srcdir)/version \ + $(srcdir)/version.m4 \ $(srcdir)/include/version.def \ $(srcdir)/include/version.texi \ $(NULL) diff --git a/sntp/Makefile.am b/sntp/Makefile.am index b5a12ec1c..1837456f2 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -72,10 +72,10 @@ BUILT_SOURCES= \ check-version.def \ check-version.m4 \ check-version.texi \ - COPYRIGHT \ + $(srcdir)/COPYRIGHT \ libtool \ - sntp-opts.c \ - sntp-opts.h \ + $(srcdir)/sntp-opts.c \ + $(srcdir)/sntp-opts.h \ $(NULL) man_MANS= $(srcdir)/sntp.1