From 895e1052e349a9a91428f4a8448c2dc1539ac0f6 Mon Sep 17 00:00:00 2001
From: Guido van Rossum <guido@python.org>
Date: Sat, 19 Jul 1997 22:53:39 +0000
Subject: For use with Misc/Makefile.pre.in, the libainstall target must
 install Modules/python.o.

---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.in b/Makefile.in
index a093aaa..753c5bc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -329,6 +329,7 @@ libainstall:	all
 		$(INSTALL_DATA) $(LIBRARY) $(LIBPL)/$(LIBRARY)
 		$(RANLIB) $(LIBPL)/$(LIBRARY)
 		$(INSTALL_DATA) Modules/config.c $(LIBPL)/config.c
+		$(INSTALL_DATA) Modules/python.o $(LIBPL)/python.o
 		$(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(LIBPL)/config.c.in
 		$(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile
 		$(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
-- 
cgit v0.12