From: Michael W. Hudson Date: Fri, 23 Aug 2002 16:05:49 +0000 (+0000) Subject: backport loewis' checkin of X-Git-Tag: v2.2.2b1~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f94f67a83628b4853e8efe59321cc0884d6507c3;p=thirdparty%2FPython%2Fcpython.git backport loewis' checkin of revision 1.83 of Makefile.pre.in Patch #553230: Create LIBDIR if necessary. Bugfix candidate. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index d4ddc29eff33..3e1703bda007 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -547,7 +547,7 @@ bininstall: altbininstall # Install the interpreter with $(VERSION) affixed # This goes into $(exec_prefix) altbininstall: $(BUILDPYTHON) - @for i in $(BINDIR); \ + @for i in $(BINDIR) $(LIBDIR); \ do \ if test ! -d $$i; then \ echo "Creating directory $$i"; \