From: Harlan Stenn Date: Fri, 30 May 2003 09:04:38 +0000 (-0400) Subject: [Bug 71] Use an explicit $(srcdir) to avoid a VPATH difference with Solaris make. X-Git-Tag: NTP_4_1_1C_RC3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30c512751dcc207954fc03ef228860ac94be778;p=thirdparty%2Fntp.git [Bug 71] Use an explicit $(srcdir) to avoid a VPATH difference with Solaris make. bk: 3ed71ea6qycVAtzs_ebDqQ1Xz6ZSZQ --- diff --git a/Makefile.am b/Makefile.am index 2df68899f..f31fcc6b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ ETAGS_ARGS = Makefile.am configure.in # HMS: Keep .warning first, as that way it gets printed first. BUILT_SOURCES = .warning $(srcdir)/COPYRIGHT $(srcdir)/version -$(srcdir)/COPYRIGHT: html/copyright.htm +$(srcdir)/COPYRIGHT: $(srcdir)/html/copyright.htm ( echo "This file is automatically generated from html/copyright.htm" ; lynx -dump $(srcdir)/html/copyright.htm ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT # HMS: The next bit is still suboptimal. If bk is present but this NTP