target libinstall:
	Create the .pyo files corresponding to the .py and .pyc files as
	well.
diff --git a/Makefile.in b/Makefile.in
index e4810f0..3c949bb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -265,6 +265,8 @@
 		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):