Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
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 @@
 # 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"; \