diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-04 20:15:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-04 20:15:03 +0000 |
commit | cea52734eeae0554150c14a30cc229bcdd53354b (patch) | |
tree | eda23b94c8743b7015ca5d5f245a559a1fa3ae00 /lib | |
parent | b52c000d3b371b9a9f9ef4532028f6206c386563 (diff) | |
download | coreutils-cea52734eeae0554150c14a30cc229bcdd53354b.tar.xz |
(install-exec-local): Create $(libdir) before installing into it.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
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. |