From edcc5eb997c42bd86c225c598ace4505c8ff03ef Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 8 Apr 2000 06:34:02 +0000 Subject: (charset.alias): Use t-$@, not $@-t so the DOS 8.3 names don't conflict. Reported by Eli Zaretskii. --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index b4300e018..299726998 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: -- cgit v1.2.3-54-g00ecf