1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-12 10:22:38 +02:00

($(srcdir)/m4/jm-glibc-io.m4): Use $(move_if_change),

not the literal `move-if-change'.
This commit is contained in:
Jim Meyering
2001-11-17 22:53:24 +00:00
parent 6e8beadc83
commit b1c9ecbff6

View File

@@ -44,4 +44,4 @@ $(srcdir)/m4/jm-glibc-io.m4: $(srcdir)/m4/jm-glibc-io.m4n Makefile.cfg
-e 's/@space_separated@/$(unlocked_io_functions)/g' \
-e 's/@comma_separated@/$(comma_separated)/g' \
$< >> $(t_io)
move-if-change $(t_io) $@
$(move_if_change) $(t_io) $@