]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 71] Use an explicit $(srcdir) to avoid a VPATH difference with Solaris make.
authorHarlan Stenn <stenn@ntp.org>
Fri, 30 May 2003 09:04:38 +0000 (05:04 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 30 May 2003 09:04:38 +0000 (05:04 -0400)
bk: 3ed71ea6qycVAtzs_ebDqQ1Xz6ZSZQ

Makefile.am

index 2df68899f42565fddfc1ad6ff15965f3ce6099ae..f31fcc6b1664acf670821bb817f3653516f97781 100644 (file)
@@ -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