summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-05-08 08:59:59 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-05-08 08:59:59 (GMT)
commitd8a20d21d7ca61bce567c95abe913748171ef55c (patch)
tree6d9adc0eacc204e6be7c994c6fce77504dabe730 /Makefile.pre.in
parenta8dd0941b8becfb48788b333ba2329953a5d90d7 (diff)
downloadcpython-d8a20d21d7ca61bce567c95abe913748171ef55c.zip
cpython-d8a20d21d7ca61bce567c95abe913748171ef55c.tar.gz
cpython-d8a20d21d7ca61bce567c95abe913748171ef55c.tar.bz2
Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
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"; \