From: Harlan Stenn Date: Thu, 10 Dec 2020 10:41:35 +0000 (-0800) Subject: Lose a gmake construct in ntpd/Makefile.am X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85bc2c91c7061dcf7795bdee2923c599690d133b;p=thirdparty%2Fntp.git Lose a gmake construct in ntpd/Makefile.am bk: 5fd1fb5faAPdjxzt9VFLOoE1misVQA --- diff --git a/ChangeLog b/ChangeLog index 62ea36eac..887b6e84e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,7 @@ * [Bug 3432] refclocks that 'write()' should check the result - backport from -dev, plus some more work on warnings for unchecked results * Implement NTP_FUNC_REALPATH. +* Lose a gmake construct in ntpd/Makefile.am. --- (4.2.8p15) 2020/06/23 Released by Harlan Stenn diff --git a/ntpd/Makefile.am b/ntpd/Makefile.am index b977d5e21..0fa299512 100644 --- a/ntpd/Makefile.am +++ b/ntpd/Makefile.am @@ -439,27 +439,27 @@ check-pslsaveconfig: check-psl0 check-psl1 check-psl2 echo stamp > $@ check-psl0: psl0.conf psl0save.conf - -diff -u $< psl0save.conf - cmp $< psl0save.conf && echo stamp > $@ + -diff -u $(srcdir)/psl0.conf psl0save.conf + cmp $(srcdir)/psl0.conf psl0save.conf && echo stamp > $@ psl0save.conf: psl0.conf ntpd - ./ntpd --configfile $< --saveconfigquit $@+ + ./ntpd --configfile $(srcdir)/psl0.conf --saveconfigquit $@+ grep -v '^#' $@+ > $@ check-psl1: psl1.conf psl1save.conf - -diff -u $< psl1save.conf - cmp $< psl1save.conf && echo stamp > $@ + -diff -u $(srcdir)/psl1.conf psl1save.conf + cmp $(srcdir)/psl1.conf psl1save.conf && echo stamp > $@ psl1save.conf: psl1.conf ntpd - ./ntpd --configfile $< --saveconfigquit $@+ + ./ntpd --configfile $(srcdir)/psl1.conf --saveconfigquit $@+ grep -v '^#' $@+ > $@ check-psl2: psl2.conf psl2save.conf - -diff -u $< psl2save.conf - cmp $< psl2save.conf && echo stamp > $@ + -diff -u $(srcdir)/psl2.conf psl2save.conf + cmp $(srcdir)/psl2.conf psl2save.conf && echo stamp > $@ psl2save.conf: psl2.conf ntpd - ./ntpd --configfile $< --saveconfigquit $@+ + ./ntpd --configfile $(srcdir)/psl2.conf --saveconfigquit $@+ grep -v '^#' $@+ > $@ ../libntp/libntpsim.a: