diff --git a/src/Makefile.shlib b/src/Makefile.shlib index c06af60c81614c16b1557dc3a74c4bf87d01fe90..132d465a8589b02f46c4ca35211e0eb6b992b6b4 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -6,7 +6,7 @@ # Copyright (c) 1998, Regents of the University of California # # IDENTIFICATION -# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.96 2005/08/07 19:02:08 tgl Exp $ +# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.97 2005/08/08 03:35:13 tgl Exp $ # #------------------------------------------------------------------------- @@ -235,8 +235,6 @@ endif ifeq ($(PORTNAME), cygwin) shlib = cyg$(NAME)$(DLSUFFIX) - # needed for /contrib modules, not sure why - SHLIB_LINK += $(LIBS) haslibarule = yes endif