From db5a41f16bf41db30e20e584e2fc163ac4f205ed Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 13 Mar 1997 14:14:29 +0000 Subject: [PATCH] target libinstall: Create the .pyo files corresponding to the .py and .pyc files as well. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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): -- 2.50.1