From: Harlan Stenn Date: Sat, 28 Dec 2013 11:47:47 +0000 (+0000) Subject: [Bug 2521] VPATH tweaks for perl -opts files X-Git-Tag: NTP_4_2_7P406~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c39b99f3fccff2dcc6758faaa1365721e7277c86;p=thirdparty%2Fntp.git [Bug 2521] VPATH tweaks for perl -opts files bk: 52beba63EFiZsR6q_dvjRckhvyFPvg --- diff --git a/ChangeLog b/ChangeLog index 4b8b0b2c8..2c5e08c04 100644 --- 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 * [Bug 2521] bootstrap script needs a tweak for perl -opts files. * [Bug 2524] Add ntpsweep to sntp/loc/* files. diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d1b72916a..7525e5f8b 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -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