# HG changeset patch # User Rik # Date 1262301384 28800 # Node ID f91d41387a050452e167b1fec18651ecb7818884 # Parent 2d7a8c227713df8c90b3a5c72be71b5c4ef648ea Reverse using move_if_change rule for cruft.def (Changeset:9980) Rule interferes with make algorithm for determining when files are up-to-date diff --git a/libcruft/ChangeLog b/libcruft/ChangeLog --- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,8 @@ +2009-12-31 Rik + + * Makefile.am: Reverse using simple_move_if_change_rule for cruft.def + which interferes with make timestamp algorithm. + 2009-12-19 Rik * Makefile.am: Eliminate TOPDIR variable in favor of built-in automake diff --git a/libcruft/Makefile.am b/libcruft/Makefile.am --- a/libcruft/Makefile.am +++ b/libcruft/Makefile.am @@ -59,7 +59,7 @@ cruft.def: $(libcruft_la_SOURCES) mkf77def chmod a+rx mkf77def ./mkf77def $(srcdir) $(libcruft_la_SOURCES) > $@-t - $(simple_move_if_change_rule) + mv $@-t $@ EXTRA_DIST += ChangeLog STOP.patch mkf77def.in