From: Jim Meyering Date: Sat, 4 Mar 2000 21:10:21 +0000 (+0000) Subject: (uninstall-local): Uncomment this rule so `make distcheck' works once again. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485c4e6d1a8b399d9a6b6fdf4afd6dd794f239cf;p=pspp (uninstall-local): Uncomment this rule so `make distcheck' works once again. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 815cc90431..759916854f 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