X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flocalcharset;h=22abeeb5b355aed8c446c495ca52d02278f91115;hb=11a5f14838519ffd46707b750afbfffebcb3ab44;hp=d45adb7622980ffab54e202f1f9d8875dcc44272;hpb=fc5d768acab9a39f19f24ab5c6ce41d65d35cc35;p=gnulib.git diff --git a/modules/localcharset b/modules/localcharset index d45adb762..22abeeb5b 100644 --- a/modules/localcharset +++ b/modules/localcharset @@ -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-$@ $@