summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-04 21:10:21 +0000
committerJim Meyering <jim@meyering.net>2000-03-04 21:10:21 +0000
commitcd740223b35a2e649bd316e0ccaf642e479a2210 (patch)
treed7da41f8d495a5ec9043abf1c07e3b3b733f3012 /lib/Makefile.am
parenta82d3db454f40d69722e13d8e993fb46c9ed2723 (diff)
downloadcoreutils-cd740223b35a2e649bd316e0ccaf642e479a2210.tar.xz
(uninstall-local): Uncomment this rule so `make distcheck' works once again.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 815cc9043..759916854 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -64,8 +64,8 @@ install-exec-local: all-local
$(INSTALL_DATA) charset.alias $(libdir)/charset.alias
# Probably not a good idea. Other packages need $(libdir)/charset.alias too.
-#uninstall-local:
-# -rm -f $(libdir)/charset.alias
+uninstall-local:
+ -rm -f $(libdir)/charset.alias
charset.alias: config.charset
$(SHELL) $(srcdir)/config.charset '@host@' > $@-t