summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-09-20 10:50:48 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-09-20 10:50:48 (GMT)
commit2cc6c29e33a50f5a881c4e1c9cd513309bdc78c6 (patch)
tree58b701a64c885745dfc4eb98679586a17583515d /Makefile.pre.in
parent519adae1c10ac8d15e79668f696d4bfaf81cbf8c (diff)
downloadcpython-2cc6c29e33a50f5a881c4e1c9cd513309bdc78c6.zip
cpython-2cc6c29e33a50f5a881c4e1c9cd513309bdc78c6.tar.gz
cpython-2cc6c29e33a50f5a881c4e1c9cd513309bdc78c6.tar.bz2
Patch #805678: Add .so symlink during make install. Backported to 2.3.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 82073fe..c87bf6e 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -613,6 +613,7 @@ altbininstall: $(BUILDPYTHON)
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(BINDIR); \
else \
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
+ (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) libpython$(VERSION)$(SO)); \
fi; \
else true; \
fi