From: Jim Meyering Date: Sat, 8 Apr 2000 06:34:02 +0000 (+0000) Subject: (charset.alias): Use t-$@, not $@-t so the DOS 8.3 X-Git-Tag: FILEUTILS-4_0r~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edcc5eb997c42bd86c225c598ace4505c8ff03ef;p=thirdparty%2Fcoreutils.git (charset.alias): Use t-$@, not $@-t so the DOS 8.3 names don't conflict. Reported by Eli Zaretskii. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index b4300e0183..2997269989 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -86,8 +86,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-$@ $@ SUFFIXES = .sed .sin .sin.sed: