summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-03 11:41:45 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-06-03 11:41:45 (GMT)
commit67d7fb5346f71ddae1038b3e6afdff336d6e5927 (patch)
treec03acb2b57ca0b752f8dff2ceb519d2353d51cf8 /Makefile.pre.in
parentc9dffa5c4d21beb1d74734d3988db3012ef2a3f9 (diff)
downloadcpython-67d7fb5346f71ddae1038b3e6afdff336d6e5927.zip
cpython-67d7fb5346f71ddae1038b3e6afdff336d6e5927.tar.gz
cpython-67d7fb5346f71ddae1038b3e6afdff336d6e5927.tar.bz2
remove extra "|"s
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0b4bb13..83fa48d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -910,12 +910,12 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
- -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \
+ -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
$(DESTDIR)$(LIBDEST)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
- -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \
+ -x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
$(DESTDIR)$(LIBDEST)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \