summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-19 22:53:39 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-19 22:53:39 (GMT)
commit895e1052e349a9a91428f4a8448c2dc1539ac0f6 (patch)
tree1bd0103e6de1f6fc6d0af7ebd12ebcb9f63fc1b3 /Makefile.in
parentbef03ae032e9a17a2fa19980b2b6f58a6de9c5a2 (diff)
downloadcpython-895e1052e349a9a91428f4a8448c2dc1539ac0f6.zip
cpython-895e1052e349a9a91428f4a8448c2dc1539ac0f6.tar.gz
cpython-895e1052e349a9a91428f4a8448c2dc1539ac0f6.tar.bz2
For use with Misc/Makefile.pre.in, the libainstall target must install
Modules/python.o.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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