diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-04 21:10:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-04 21:10:21 +0000 |
commit | cd740223b35a2e649bd316e0ccaf642e479a2210 (patch) | |
tree | d7da41f8d495a5ec9043abf1c07e3b3b733f3012 | |
parent | a82d3db454f40d69722e13d8e993fb46c9ed2723 (diff) | |
download | coreutils-cd740223b35a2e649bd316e0ccaf642e479a2210.tar.xz |
(uninstall-local): Uncomment this rule so `make distcheck' works once again.
-rw-r--r-- | lib/Makefile.am | 4 |
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 |