[Python-checkins] python/dist/src Makefile.pre.in,1.136,1.136.6.1
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Sat Sep 20 06:50:30 EDT 2003
Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv18033
Modified Files:
Tag: release23-maint
Makefile.pre.in
Log Message:
Patch #805678: Add .so symlink during make install.
Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.136
retrieving revision 1.136.6.1
diff -C2 -d -r1.136 -r1.136.6.1
*** Makefile.pre.in 13 Jul 2003 10:10:42 -0000 1.136
--- Makefile.pre.in 20 Sep 2003 10:50:28 -0000 1.136.6.1
***************
*** 610,613 ****
--- 610,614 ----
else \
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
+ (cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) libpython$(VERSION)$(SO)); \
fi; \
else true; \
More information about the Python-checkins
mailing list