summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 7e0e1996b..9c3e4a564 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -814,8 +814,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-$@ $@
.sin.sed:
sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > $@-t
mv $@-t $@