summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-04 20:15:03 +0000
committerJim Meyering <jim@meyering.net>2000-03-04 20:15:03 +0000
commitcea52734eeae0554150c14a30cc229bcdd53354b (patch)
treeeda23b94c8743b7015ca5d5f245a559a1fa3ae00 /lib/Makefile.am
parentb52c000d3b371b9a9f9ef4532028f6206c386563 (diff)
downloadcoreutils-cea52734eeae0554150c14a30cc229bcdd53354b.tar.xz
(install-exec-local): Create $(libdir) before installing into it.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c568c3f11..815cc9043 100644
--- 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.