From: Danny Mayer Date: Thu, 23 Jan 2003 05:12:48 +0000 (-0500) Subject: Fixes to make file X-Git-Tag: NTP_4_1_80_RC1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72c7fa7e5967e498cf16aff48d9f745f221ca8ea;p=thirdparty%2Fntp.git Fixes to make file bk: 3e2f79d0SApvq2eK08KLM4DdIgbcwQ --- diff --git a/include/isc/Makefile.am b/include/isc/Makefile.am index 38b66d8f92..a5b253c9dd 100644 --- a/include/isc/Makefile.am +++ b/include/isc/Makefile.am @@ -31,5 +31,4 @@ noinst_HEADERS = \ strerror.h \ string.h \ types.h \ - util.h \ - $(NULL) + util.h diff --git a/libntp/Makefile.am b/libntp/Makefile.am index cf0dda7907..c6917bfc4c 100644 --- a/libntp/Makefile.am +++ b/libntp/Makefile.am @@ -31,8 +31,4 @@ noinst_HEADERS = lib_strbuf.h log.h EXTRA_DIST = README -#mktime_.c: mktime.c $(ANSI2KNR) -# $(ANSI2KNR) $< mktime_.c -#strerror_.c: strerror.c $(ANSI2KNR) -# $(ANSI2KNR) $< strerror_.c