Commit e33baf8b authored by Victor Stinner's avatar Victor Stinner

Merge 3.5

parents 117051af 8de795f4
...@@ -1110,7 +1110,7 @@ altbininstall: $(BUILDPYTHON) @FRAMEWORKPYTHONW@ ...@@ -1110,7 +1110,7 @@ altbininstall: $(BUILDPYTHON) @FRAMEWORKPYTHONW@
fi fi
bininstall: altbininstall bininstall: altbininstall
-if test ! -d $(DESTDIR)$(LIBPC); then \ if test ! -d $(DESTDIR)$(LIBPC); then \
echo "Creating directory $(LIBPC)"; \ echo "Creating directory $(LIBPC)"; \
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \ $(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment