(uninstall-local): Uncomment this rule so `make distcheck' works once again.
authorJim Meyering <jim@meyering.net>
Sat, 4 Mar 2000 21:10:21 +0000 (21:10 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Mar 2000 21:10:21 +0000 (21:10 +0000)
lib/Makefile.am

index 815cc90..7599168 100644 (file)
@@ -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