changeset 2415:0c7ae494cd03

(charset.alias): Use t-$@, not $@-t so the DOS 8.3 names don't conflict. Reported by Eli Zaretskii.
author Jim Meyering <jim@meyering.net>
date Sat, 08 Apr 2000 06:34:02 +0000
parents 3f442ad6209d
children f19f526a2c16
files lib/Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -86,8 +86,8 @@
 	fi
 
 charset.alias: config.charset
-	$(SHELL) $(srcdir)/config.charset '@host@' > $@-t
-	mv $@-t $@
+	$(SHELL) $(srcdir)/config.charset '@host@' > t-$@
+	mv t-$@ $@
 
 SUFFIXES = .sed .sin
 .sin.sed: