summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-12-13 21:26:34 +0100
committerVictor Stinner <victor.stinner@gmail.com>2015-12-13 21:26:34 +0100
commite33baf8b83f2b9ee29e76f1b84cc49fe355e2b9f (patch)
tree65f324860e51dc271657a54a236490ef5365c177
parent117051afa9580d40b3d148504006f609f4e85c6b (diff)
parent8de795f4d2bf766214f64cd0000721e046f9e7e8 (diff)
downloadcpython-git-e33baf8b83f2b9ee29e76f1b84cc49fe355e2b9f.tar.gz
Merge 3.5
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 8dca592ed2..16e825528d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1110,7 +1110,7 @@ altbininstall: $(BUILDPYTHON) @FRAMEWORKPYTHONW@
fi
bininstall: altbininstall
- -if test ! -d $(DESTDIR)$(LIBPC); then \
+ if test ! -d $(DESTDIR)$(LIBPC); then \
echo "Creating directory $(LIBPC)"; \
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
fi