]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix .datecheck location in Makefile.am
authorHarlan Stenn <stenn@ntp.org>
Thu, 1 Feb 2024 05:00:01 +0000 (21:00 -0800)
committerHarlan Stenn <stenn@ntp.org>
Thu, 1 Feb 2024 05:00:01 +0000 (21:00 -0800)
bk: 65bb2551rLTRBkMX5Y-0U9f8UbWgCA

ChangeLog
Makefile.am

index 4a5574e6834bc7a9c8e13a26954f3debd7764a0a..8f22ff7f498f2c55f34d22b7f3527066f6079140 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,7 @@
              is disabled.  <burnicki@ntp.org>
 * [Bug 3825] Don't touch HTML files unless building inside a BK repo.
              Fix the script checkHtmlFileDates.  <burnicki@ntp.org>
+* Fix .datecheck target line in Makefile.am.  <stenn@ntp.org>
 * Update the copyright year.  <stenn@ntp.org>
 * Update ntp.conf documentation to add "delrestrict" and correct information
   about KoD rate limiting.  <hart@ntp.org>
index 14cf90b34e222346599bdf61cfb54dbb1e572830..2d5e6183261fa7dc0361a9fbe54103c15af4da51 100644 (file)
@@ -66,7 +66,7 @@ DISTCLEANFILES = .gcc-warning
 BUILT_SOURCES =                                \
        .gcc-warning                    \
        libtool                         \
-       html/.datecheck                 \
+       $(srcdir)/html/.datecheck       \
        $(srcdir)/COPYRIGHT             \
        $(srcdir)/.checkChangeLog       \
        $(NULL)