diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-08-08 03:35:13 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-08-08 03:35:13 +0000 |
commit | be27a2012311af1ad3254b2d17df28f7f4ddd5c5 (patch) | |
tree | 4770a68e04c85300e273c5bc3f5dd8be432bfabf | |
parent | 7117cd3a77afcf76b6488bd3e1d06f3160595027 (diff) | |
download | postgresql-be27a2012311af1ad3254b2d17df28f7f4ddd5c5.tar.gz postgresql-be27a2012311af1ad3254b2d17df28f7f4ddd5c5.zip |
Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier
fixed the contrib library inclusions properly.
-rw-r--r-- | src/Makefile.shlib | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib index c06af60c816..132d465a858 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 |