# HG changeset patch # User John W. Eaton # Date 1349275421 14400 # Node ID cb49817af45730562ae0ebe3ff029ee2c2fc53f4 # Parent 85e3ebc11da4bf187ee6599e8f4e641da68cfb9f ensure $(octetcdir) exists when installing built-in-docstrings file * libinterp/Makefile.am (install-built-in-doctstrings): Ensure $(DESTDIR)$(octetcdir) exists. From Dirk Ullrich . diff -r 85e3ebc11da4 -r cb49817af457 libinterp/Makefile.am --- a/libinterp/Makefile.am Wed Oct 03 03:16:48 2012 -0400 +++ b/libinterp/Makefile.am Wed Oct 03 10:43:41 2012 -0400 @@ -315,6 +315,7 @@ .PHONY: install-oct uninstall-oct install-built-in-docstrings: + $(MKDIR_P) $(DESTDIR)$(octetcdir) $(INSTALL_DATA) DOCSTRINGS $(DESTDIR)$(octetcdir)/built-in-docstrings .PHONY: install-built-in-docstrings