projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df87fd
)
(uninstall-local): Uncomment this rule so `make distcheck' works once again.
author
Jim Meyering
<jim@meyering.net>
Sat, 4 Mar 2000 21:10:21 +0000
(21:10 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 4 Mar 2000 21:10:21 +0000
(21:10 +0000)
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index 815cc90431398206e1eccd84897167f6e68e3cb3..759916854f5db961917af22737b40838247ac8b3 100644
(file)
--- 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