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 65b541b commit 36b8706Copy full SHA for 36b8706
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.150 2006/12/27 23:53:13 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.151 2006/12/28 00:01:05 tgl Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -140,7 +140,7 @@ ifeq ($(PORTNAME), linux)
140
$(shlib): exports.list
141
142
exports.list: exports.txt
143
- echo 'VERSION { global:' >$@
+ echo '{ global:' >$@
144
$(AWK) '/^[^#]/ {printf "%s;\n",$$1}' $< >>$@
145
echo ' local: *; };' >>$@
146
0 commit comments