diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-08 06:34:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-08 06:34:02 +0000 |
commit | edcc5eb997c42bd86c225c598ace4505c8ff03ef (patch) | |
tree | 351d71d2f131b6955692fde8de2dbb68a8ddb3fb /lib | |
parent | 437a783072a31ffc49e3bf24c375f19367f81e05 (diff) | |
download | coreutils-edcc5eb997c42bd86c225c598ace4505c8ff03ef.tar.xz |
(charset.alias): Use t-$@, not $@-t so the DOS 8.3
names don't conflict. Reported by Eli Zaretskii.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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: |