# HG changeset patch # User Jim Meyering # Date 955175642 0 # Node ID 0c7ae494cd03ea95338e6b276951b9a728cdaba6 # Parent 3f442ad6209d743b880c03d890f7b9f5f8d3dcb7 (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 --- 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: