projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52f500a
)
(install-exec-local): Create $(libdir) before installing into it.
author
Jim Meyering
<jim@meyering.net>
Sat, 4 Mar 2000 20:15:03 +0000
(20:15 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 4 Mar 2000 20:15:03 +0000
(20:15 +0000)
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index c568c3f11bc9a81ffacb864934130e84c7c8ca00..815cc90431398206e1eccd84897167f6e68e3cb3 100644
(file)
--- a/
lib/Makefile.am
+++ b/
lib/Makefile.am
@@
-60,6
+60,7
@@
stat.c: xstat.in
all-local: charset.alias
install-exec-local: all-local
+ $(mkinstalldirs) $(DESTDIR)$(libdir)
$(INSTALL_DATA) charset.alias $(libdir)/charset.alias
# Probably not a good idea. Other packages need $(libdir)/charset.alias too.