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 7accb29 commit 65b541bCopy full SHA for 65b541b
src/interfaces/libpq/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.149 2006/09/27 21:29:17 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.150 2006/12/27 23:53:13 tgl Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -140,7 +140,7 @@ ifeq ($(PORTNAME), linux)
140
$(shlib): exports.list
141
142
exports.list: exports.txt
143
- echo '{ global:' >$@
+ echo 'VERSION { global:' >$@
144
$(AWK) '/^[^#]/ {printf "%s;\n",$$1}' $< >>$@
145
echo ' local: *; };' >>$@
146
0 commit comments