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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d7ea3ed9a0a297e87273afdc5f36220d09d47b;p=pspp (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: