]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport loewis' checkin of
authorMichael W. Hudson <mwh@python.net>
Fri, 23 Aug 2002 16:05:49 +0000 (16:05 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 23 Aug 2002 16:05:49 +0000 (16:05 +0000)
    revision 1.83 of Makefile.pre.in

Patch #553230: Create LIBDIR if necessary. Bugfix candidate.

Makefile.pre.in

index d4ddc29eff33161a3a1d20acd87537b42033532b..3e1703bda007454a6450b3ff4cf48c5511ec2e37 100644 (file)
@@ -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"; \