(install-exec-local): Create $(libdir) before installing into it.
authorJim Meyering <jim@meyering.net>
Sat, 4 Mar 2000 20:15:03 +0000 (20:15 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Mar 2000 20:15:03 +0000 (20:15 +0000)
lib/Makefile.am

index c568c3f..815cc90 100644 (file)
@@ -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.