X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flocalcharset;h=22abeeb5b355aed8c446c495ca52d02278f91115;hb=ba240e2ebbe21e986c41e7af3eac7268716e7702;hp=8075a2ca8d85292887ad253a730a3488e6610a61;hpb=f110f8c4810ee8acf04df527cba30413f709648f;p=gnulib.git diff --git a/modules/localcharset b/modules/localcharset index 8075a2ca8..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 @@ -61,14 +60,12 @@ uninstall-local: all-local charset.alias: config.charset rm -f t-$@ $@ $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ - chmod a-w t-$@ mv t-$@ $@ SUFFIXES += .sed .sin .sin.sed: rm -f t-$@ $@ sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ - chmod a-w t-$@ mv t-$@ $@ CLEANFILES += charset.alias ref-add.sed ref-del.sed