]> granicus.if.org Git - python/commitdiff
Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 8 May 2002 08:59:59 +0000 (08:59 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 8 May 2002 08:59:59 +0000 (08:59 +0000)
Makefile.pre.in

index 9ec4fa66974f37f677987c01173c1cf1e55da258..57848dce7ad91b1bfec0ffba57fc3383e47246c7 100644 (file)
@@ -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"; \