Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67d7fb5

Browse files
committed
remove extra "|"s
1 parent c9dffa5 commit 67d7fb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,12 +910,12 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
910910
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
911911
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
912912
-d $(LIBDEST) -f \
913-
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \
913+
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
914914
$(DESTDIR)$(LIBDEST)
915915
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
916916
./$(BUILDPYTHON) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py \
917917
-d $(LIBDEST) -f \
918-
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding|' \
918+
-x 'bad_coding|badsyntax|site-packages|py2_test_grammar|crlf|different_encoding' \
919919
$(DESTDIR)$(LIBDEST)
920920
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
921921
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \

0 commit comments

Comments
 (0)