Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7117cd3 commit be27a20Copy full SHA for be27a20
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $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 $
10
11
#-------------------------------------------------------------------------
12
@@ -235,8 +235,6 @@ endif
235
236
ifeq ($(PORTNAME), cygwin)
237
shlib = cyg$(NAME)$(DLSUFFIX)
238
- # needed for /contrib modules, not sure why
239
- SHLIB_LINK += $(LIBS)
240
haslibarule = yes
241
endif
242
0 commit comments