From: Harlan Stenn Date: Sat, 19 Feb 2000 02:17:07 +0000 (-0000) Subject: ChangeLog, Makefile.am, Makefile.in: X-Git-Tag: NTP_4_0_99_G~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82236729b858e7f2a45e25b2fcd8da91c30cb1fa;p=thirdparty%2Fntp.git ChangeLog, Makefile.am, Makefile.in: * librsaref/Makefile.am: Fix stamp-rsaref dependency order. bk: 38adfd23JEahXthR5tRy9BrSrP-9Rg --- diff --git a/ChangeLog b/ChangeLog index 9ed4396e6..f10401806 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-02-18 Harlan Stenn + * librsaref/Makefile.am: Fix stamp-rsaref dependency order. + * configure.in: 4.0.99f 2000-02-17 Harlan Stenn diff --git a/librsaref/Makefile.am b/librsaref/Makefile.am index 32fd45768..994d17413 100644 --- a/librsaref/Makefile.am +++ b/librsaref/Makefile.am @@ -38,6 +38,10 @@ ETAGS_ARGS = Makefile.am #EXTRA_DIST = $(librsaref_a_SOURCES): stamp-rsaref + +stamp-rsaref: + @rm -f stamp-rsaref stamp-rsarefT + @echo timestamp > stamp-hT 2> /dev/null for i in $(librsaref_a_SOURCES); do \ case "@MAKE_LIBRSAREF@" in \ '') touch $$i ;; \ @@ -45,6 +49,4 @@ $(librsaref_a_SOURCES): stamp-rsaref || cp $(srcdir)/../rsaref2/source/$$i $(srcdir)/$$i ;; \ esac ; \ done - -stamp-rsaref: - touch stamp-rsaref + @mv stamp-rsarefT stamp-rsaref diff --git a/librsaref/Makefile.in b/librsaref/Makefile.in index 66d3e48d2..d4698f3bb 100644 --- a/librsaref/Makefile.in +++ b/librsaref/Makefile.in @@ -365,6 +365,10 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean #EXTRA_DIST = $(librsaref_a_SOURCES): stamp-rsaref + +stamp-rsaref: + @rm -f stamp-rsaref stamp-rsarefT + @echo timestamp > stamp-hT 2> /dev/null for i in $(librsaref_a_SOURCES); do \ case "@MAKE_LIBRSAREF@" in \ '') touch $$i ;; \ @@ -372,9 +376,7 @@ $(librsaref_a_SOURCES): stamp-rsaref || cp $(srcdir)/../rsaref2/source/$$i $(srcdir)/$$i ;; \ esac ; \ done - -stamp-rsaref: - touch stamp-rsaref + @mv stamp-rsarefT stamp-rsaref # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.