From: Harlan Stenn Date: Thu, 18 Jun 2009 09:09:12 +0000 (-0400) Subject: Add missing header dependencies to the ntpdc layout verification X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1dca8b0f3eb028dbc9e6aeaa13603ddcb4ea5c0;p=thirdparty%2Fntp.git Add missing header dependencies to the ntpdc layout verification bk: 4a3a0438p5BQDaW5w901I3zdU-l8eA --- diff --git a/ChangeLog b/ChangeLog index 203f246f75..dfdf5d6a49 100644 --- 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 diff --git a/ntpdc/Makefile.am b/ntpdc/Makefile.am index 2054407be3..68d9bb6009 100644 --- a/ntpdc/Makefile.am +++ b/ntpdc/Makefile.am @@ -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