target libinstall:

Create the .pyo files corresponding to the .py and .pyc files as
	well.
This commit is contained in:
Fred Drake 1997-03-13 14:14:29 +00:00
parent ef8dc06c01
commit db5a41f16b

View file

@ -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):