From: Jim Meyering Date: Sat, 24 Nov 2001 07:13:52 +0000 (+0000) Subject: (move_if_change): Remove definition. X-Git-Tag: FILEUTILS-4_1_2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67632ea61f4f10bd1f435e4b5946da42f9e4ddf1;p=thirdparty%2Fcoreutils.git (move_if_change): Remove definition. ($(srcdir)/m4/jm-glibc-io.m4): Use mv, not move-if-change. --- diff --git a/Makefile.cfg b/Makefile.cfg index 47c848ff4f..69e55862e8 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -1,8 +1,6 @@ # -*- makefile -*- ## Customize Makefile.maint. -move_if_change = move-if-change - # List the hosts to which test releases are copied. # `a' and `b' are merely placeholders, and correspond to the # `a_' and `b_' prefixes of the following variables. @@ -44,4 +42,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) $@ + mv $(t_io) $@