]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Add missing header dependencies to the ntpdc layout verification
authorHarlan Stenn <stenn@ntp.org>
Thu, 18 Jun 2009 09:09:12 +0000 (05:09 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 18 Jun 2009 09:09:12 +0000 (05:09 -0400)
bk: 4a3a0438p5BQDaW5w901I3zdU-l8eA

ChangeLog
ntpdc/Makefile.am

index 203f246f75c53124ffd87c1411dc95715205a34b..dfdf5d6a494293bb64c57a2615f6dcddff18ce24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Add missing header dependencies to the ntpdc layout verification.
 * prefer.html updates from Dave Mills.
 * [Bug 1205] Add ntpd --usepcc and --pccfreq options on Windows
 * [Bug 1215] unpeer by association ID
index 2054407be35baa98091bccf41356efee89b71134..68d9bb600948723a0783c364bc7244acb907981f 100644 (file)
@@ -60,7 +60,7 @@ version.o: $(ntpdc_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/version
 
 # I ran nl_in.c (attached, to be installed into ntpdc) through
 # $(CC) -E nl_in.c | nl.pl > nl.c
-nl.c: nl_in.c nl.pl Makefile.am
+nl.c: nl_in.c nl.pl Makefile.am ../config.h ../include/ntp_request.h ntpdc.h
        $(CC) -E $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/nl_in.c | ./nl.pl > nl.c
 
 include ../bincheck.mf