Skip to content

Commit

Permalink
remove extra "|"s
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jun 3, 2009
1 parent c9dffa5 commit 67d7fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 67d7fb5

Please sign in to comment.