]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove bogus = from -h option.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Sep 2004 17:26:16 +0000 (17:26 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Sep 2004 17:26:16 +0000 (17:26 +0000)
Makefile.pre.in

index 5e23a1e0c987fba248696c267527bc4721bff95c..daa98a0781ded0d5b91765df25c502d8951b525b 100644 (file)
@@ -345,7 +345,7 @@ $(LIBRARY): $(LIBRARY_OBJS)
 
 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); \