[Python-checkins] python/dist/src Makefile.pre.in, 1.136.6.4, 1.136.6.5

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Sep 26 19:26:19 CEST 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8743

Modified Files:
      Tag: release23-maint
	Makefile.pre.in 
Log Message:
Remove bogus = from -h option.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.136.6.4
retrieving revision 1.136.6.5
diff -u -d -r1.136.6.4 -r1.136.6.5
--- Makefile.pre.in	26 Sep 2004 17:22:10 -0000	1.136.6.4
+++ Makefile.pre.in	26 Sep 2004 17:26:16 -0000	1.136.6.5
@@ -345,7 +345,7 @@
 
 libpython$(VERSION).so: $(LIBRARY_OBJS)
 	if test $(INSTSONAME) != $(LDLIBRARY); then \
-		$(LDSHARED) -Wl,-h=$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM); \
+		$(LDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM); \
 		$(LN) -f $(INSTSONAME) $@; \
 	else\
 		$(LDSHARED) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM); \



More information about the Python-checkins mailing list