Index: src/Makefile.shlib =================================================================== RCS file: /projects/cvsroot/pgsql/src/Makefile.shlib,v retrieving revision 1.102 diff -u -r1.102 Makefile.shlib --- src/Makefile.shlib 5 Jan 2006 03:01:34 -0000 1.102 +++ src/Makefile.shlib 15 Apr 2006 12:41:07 -0000 @@ -275,7 +275,7 @@ ifdef MK_NO_LORDER $(LINK.static) $@ $^ else - $(LINK.static) $@ `$(LORDER) $^ | tsort` + $(LINK.static) $@ `$(LORDER) $^ |sort -u |tsort` endif $(RANLIB) $@ endif #haslibarule