From b58b3db2436af7b7e2299918195c1584ba471627 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Mar 2000 20:15:03 +0000 Subject: [PATCH] (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. -- 2.11.0