* lib/getcwd.c (__getcwd): Undo previous change; it mishandled
[gnulib.git] / modules / localcharset
index d45adb7..22abeeb 100644 (file)
@@ -19,7 +19,6 @@ gl_LOCALCHARSET
 
 Makefile.am:
 lib_SOURCES += localcharset.h localcharset.c
-EXTRA_DIST += config.charset ref-add.sin ref-del.sin
 
 # We need the following in order to install a simple file in $(libdir)
 # which is shared with other installed packages. We use a list of referencing
@@ -59,11 +58,13 @@ uninstall-local: all-local
        fi
 
 charset.alias: config.charset
+       rm -f t-$@ $@
        $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@
        mv t-$@ $@
 
 SUFFIXES += .sed .sin
 .sin.sed:
+       rm -f t-$@ $@
        sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@
        mv t-$@ $@