X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flocalcharset;h=22abeeb5b355aed8c446c495ca52d02278f91115;hb=5973fdf3621d596452f3b9d8af3492ccc530600a;hp=0fccf8f884f9480d2d495ae1ab99df170c309793;hpb=d1aadab21bf8755e0fb75a838dc650e73f6ee78d;p=gnulib.git diff --git a/modules/localcharset b/modules/localcharset index 0fccf8f88..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-x t-$@ mv t-$@ $@ SUFFIXES += .sed .sin .sin.sed: rm -f t-$@ $@ sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ - chmod a-x t-$@ mv t-$@ $@ CLEANFILES += charset.alias ref-add.sed ref-del.sed