the same time by explicitly depending systime_s.c on systime.c.
bk: 4f077639ImZFuz7MC0bKA2Ro1F1Lag
+* Fix build break triggered by updating deps-ver and libntp/systime.c at
+ the same time by explicitly depending systime_s.c on systime.c.
(4.2.7p246) 2012/01/06 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 2104] ntpdc fault with oversize -c command.
* [Bug 2106] Fix warnings when using -Wformat-security.
EXTRA_DIST = README
+# systime_s.c includes systime.c, and after a deps-ver bump triggers
+# regeneration of dummy .deps/*.Po files, make will be unaware of the
+# need to rebuild systime_s.o for a newer systime.c without an explicit
+# dependency.
+
+systime_s.c: systime.c
+ @touch $@
+
include $(top_srcdir)/depsver.mf
include $(top_srcdir)/includes.mf