Commit be27a201 authored by Tom Lane's avatar Tom Lane

Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier

fixed the contrib library inclusions properly.
parent 7117cd3a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment