From cea52734eeae0554150c14a30cc229bcdd53354b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Mar 2000 20:15:03 +0000 Subject: (install-exec-local): Create $(libdir) before installing into it. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3-70-g09d2