From: Harlan Stenn Date: Sat, 19 Feb 2000 04:36:43 +0000 (-0000) Subject: ChangeLog, Makefile.am, Makefile.in: X-Git-Tag: NTP_4_0_99_G~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04fbee90833b49a92b9886608dd235d65023e4b9;p=thirdparty%2Fntp.git ChangeLog, Makefile.am, Makefile.in: * librsaref/Makefile.am (stamp-rsaref): Typo bk: 38ae1ddbLX1tZoESQtLesS0rWBw1XA --- diff --git a/ChangeLog b/ChangeLog index a60185e94..fc7561648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-02-18 Harlan Stenn + * librsaref/Makefile.am (stamp-rsaref): Typo + * configure.in (ac_cv_func_ctty_for_f_setown): Yes for OpenBSD (ac_cv_var_ntp_syscalls): Fix quoting of description From: Jonathan Rozes @@ -37,7 +39,7 @@ 2000-02-15 Harlan Stenn * ntpd/refclock_nmea.c: Correctly interpret the quality indicator. - Deal with the time suppliedin centiseconds. GPGCA/GPGGA cleanup. + Deal with the time supplied in centiseconds. GPGCA/GPGGA cleanup. From: Andrew Hood * libparse/Makefile.am (K_CFLAGS): Use instead. Add NEED_NTP_BOPS. diff --git a/librsaref/Makefile.am b/librsaref/Makefile.am index 994d17413..3813d1087 100644 --- a/librsaref/Makefile.am +++ b/librsaref/Makefile.am @@ -41,7 +41,7 @@ $(librsaref_a_SOURCES): stamp-rsaref stamp-rsaref: @rm -f stamp-rsaref stamp-rsarefT - @echo timestamp > stamp-hT 2> /dev/null + @echo timestamp > stamp-rsarefT 2> /dev/null for i in $(librsaref_a_SOURCES); do \ case "@MAKE_LIBRSAREF@" in \ '') touch $$i ;; \ diff --git a/librsaref/Makefile.in b/librsaref/Makefile.in index d4698f3bb..121e59430 100644 --- a/librsaref/Makefile.in +++ b/librsaref/Makefile.in @@ -368,7 +368,7 @@ $(librsaref_a_SOURCES): stamp-rsaref stamp-rsaref: @rm -f stamp-rsaref stamp-rsarefT - @echo timestamp > stamp-hT 2> /dev/null + @echo timestamp > stamp-rsarefT 2> /dev/null for i in $(librsaref_a_SOURCES); do \ case "@MAKE_LIBRSAREF@" in \ '') touch $$i ;; \