From: Harlan Stenn Date: Thu, 1 Feb 2024 05:00:01 +0000 (-0800) Subject: Fix .datecheck location in Makefile.am X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4197158f92e50d2ebab2122371078e506296ce4;p=thirdparty%2Fntp.git Fix .datecheck location in Makefile.am bk: 65bb2551rLTRBkMX5Y-0U9f8UbWgCA --- diff --git a/ChangeLog b/ChangeLog index 4a5574e68..8f22ff7f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,6 +52,7 @@ is disabled. * [Bug 3825] Don't touch HTML files unless building inside a BK repo. Fix the script checkHtmlFileDates. +* Fix .datecheck target line in Makefile.am. * Update the copyright year. * Update ntp.conf documentation to add "delrestrict" and correct information about KoD rate limiting. diff --git a/Makefile.am b/Makefile.am index 14cf90b34..2d5e61832 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,7 @@ DISTCLEANFILES = .gcc-warning BUILT_SOURCES = \ .gcc-warning \ libtool \ - html/.datecheck \ + $(srcdir)/html/.datecheck \ $(srcdir)/COPYRIGHT \ $(srcdir)/.checkChangeLog \ $(NULL)