]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #805678: Add .so symlink during make install.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 20 Sep 2003 10:50:28 +0000 (10:50 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 20 Sep 2003 10:50:28 +0000 (10:50 +0000)
Makefile.pre.in

index a91e36c4f4468bc7b81deb5adf1ddb20fb2a7400..09c395fdde9b74bf6e7982fe05cdd7a39719a24b 100644 (file)
@@ -609,6 +609,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