From d8a20d21d7ca61bce567c95abe913748171ef55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 8 May 2002 08:59:59 +0000 Subject: Patch #553230: Create LIBDIR if necessary. Bugfix candidate. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 9ec4fa6..57848dc 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -549,7 +549,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"; \ -- cgit v0.12