From fb12ff0b24aed3ebf1430ecb4f09b59235983322 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 8 Apr 2000 06:31:38 +0000 Subject: [PATCH] . --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 7e0e1996ba..9c3e4a564c 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -814,8 +814,8 @@ uninstall-local: all-local fi charset.alias: config.charset - $(SHELL) $(srcdir)/config.charset '@host@' > $@-t - mv $@-t $@ + $(SHELL) $(srcdir)/config.charset '@host@' > t-$@ + mv t-$@ $@ .sin.sed: sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > $@-t mv $@-t $@ -- 2.30.2