diff options
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5a333f5..77492d3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -328,7 +328,7 @@ libinstall: python $(srcdir)/Lib/$(PLATDIR) done; \ done PYTHONPATH=$(LIBDEST) \ - ./python$(EXE) -t $(LIBDEST)/compileall.py $(LIBDEST) + ./python$(EXE) -tt $(LIBDEST)/compileall.py $(LIBDEST) PYTHONPATH=$(LIBDEST) \ ./python$(EXE) -O $(LIBDEST)/compileall.py $(LIBDEST) |