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 5337ad4 commit 89439b8Copy full SHA for 89439b8
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.95 2005/07/13 17:00:44 tgl Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.96 2005/08/07 19:02:08 tgl Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -234,7 +234,7 @@ ifeq ($(PORTNAME), unixware)
234
endif
235
236
ifeq ($(PORTNAME), cygwin)
237
- shlib = $(NAME)$(DLSUFFIX)
+ shlib = cyg$(NAME)$(DLSUFFIX)
238
# needed for /contrib modules, not sure why
239
SHLIB_LINK += $(LIBS)
240
haslibarule = yes
0 commit comments