.
authorJim Meyering <jim@meyering.net>
Sat, 8 Apr 2000 06:31:38 +0000 (06:31 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Apr 2000 06:31:38 +0000 (06:31 +0000)
lib/Makefile.in

index 7e0e199..9c3e4a5 100644 (file)
@@ -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 $@