[Python-checkins] python/dist/src Makefile.pre.in,1.137,1.138

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Sep 20 06:50:51 EDT 2003


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv18160

Modified Files:
	Makefile.pre.in 
Log Message:
Patch #805678: Add .so symlink during make install. Backported to 2.3.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** Makefile.pre.in	4 Sep 2003 11:04:04 -0000	1.137
--- Makefile.pre.in	20 Sep 2003 10:50:48 -0000	1.138
***************
*** 614,617 ****
--- 614,618 ----
  		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