]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2521] VPATH tweaks for perl -opts files
authorHarlan Stenn <stenn@ntp.org>
Sat, 28 Dec 2013 11:47:47 +0000 (11:47 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 28 Dec 2013 11:47:47 +0000 (11:47 +0000)
bk: 52beba63EFiZsR6q_dvjRckhvyFPvg

ChangeLog
scripts/Makefile.am

index 4b8b0b2c883a2e2c819aea0d4d7c4732062186a9..2c5e08c046d79df12b83e05a46f556f254291740 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 2521] VPATH tweaks for perl -opts files.
 (4.2.7p405) 2013/12/27 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2521] bootstrap script needs a tweak for perl -opts files.
 * [Bug 2524] Add ntpsweep to sntp/loc/* files.
index d1b72916a2a895a561fb7ba565a61ed7feed86b8..7525e5f8bbec445f0aa7e4bb5a4645c69cb992eb 100644 (file)
@@ -82,9 +82,9 @@ OPTTPL = ../sntp/ag-tpl/perlopt.tpl
 
 ##
 
-plot_summary: plot_summary-opts
+plot_summary: $(srcdir)/plot_summary-opts
 
-plot_summary-opts: plot_summary-opts.def $(OPTTPL)
+$(srcdir)/plot_summary-opts: plot_summary-opts.def $(OPTTPL)
        $(run_ag) plot_summary-opts.def 
 
 ### Nroff
@@ -128,9 +128,9 @@ $(srcdir)/plot_summary.html: $(srcdir)/invoke-plot_summary.menu $(srcdir)/invoke
 
 ##
 
-summary: summary-opts
+summary: $(srcdir)/summary-opts
 
-summary-opts: summary-opts.def $(OPTTPL)
+$(srcdir)/summary-opts: summary-opts.def $(OPTTPL)
        $(run_ag) summary-opts.def
 
 ### Nroff