From: Fred Drake Date: Thu, 13 Mar 1997 14:14:29 +0000 (+0000) Subject: target libinstall: X-Git-Tag: v1.5a1~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db5a41f16bf41db30e20e584e2fc163ac4f205ed;p=python target libinstall: Create the .pyo files corresponding to the .py and .pyc files as well. --- diff --git a/Makefile.in b/Makefile.in index e4810f02d8..3c949bbef6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -265,6 +265,8 @@ libinstall: python $(srcdir)/Lib/$(MACHDEP) done PYTHONPATH=$(LIBDEST) \ ./python $(LIBDEST)/compileall.py $(LIBDEST) + PYTHONPATH=$(LIBDEST) \ + ./python -O $(LIBDEST)/compileall.py $(LIBDEST) # Create the MACHDEP source directory, if one wasn't distributed.. $(srcdir)/Lib/$(MACHDEP):