Index: Makefile.pre.in =================================================================== RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v retrieving revision 1.130 diff -u -r1.130 Makefile.pre.in --- Makefile.pre.in 13 Jun 2003 20:49:55 -0000 1.130 +++ Makefile.pre.in 14 Jun 2003 06:35:37 -0000 @@ -344,7 +344,7 @@ $(RANLIB) $@ libpython$(VERSION).so: $(LIBRARY_OBJS) - if test $INSTSONAME != $LDLIBRARY; then \ + if test $(INSTSONAME) != $(LDLIBRARY); then \ $(LDSHARED) -Wl,-soname=$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM); \ $(LN) -f $(INSTSONAME) $@; \ else\