[Python-checkins] r73177 - python/branches/py3k/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Wed Jun 3 13:41:45 CEST 2009


Author: benjamin.peterson
Date: Wed Jun  3 13:41:45 2009
New Revision: 73177

Log:
remove extra "|"s

Modified:
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Wed Jun  3 13:41:45 2009
@@ -910,12 +910,12 @@
 	-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 \


More information about the Python-checkins mailing list