]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Revert exports.list change pending closer study.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Dec 2006 00:01:12 +0000 (00:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Dec 2006 00:01:12 +0000 (00:01 +0000)
src/interfaces/libpq/Makefile

index d594e341a47d42f0ea88657a8c7d06d96f1125b0..2d407ab955ef3a1df70e675851422fdc4275bfd2 100644 (file)
@@ -5,7 +5,7 @@
 # Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.149.2.1 2006/12/27 23:53:21 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.149.2.2 2006/12/28 00:01:12 tgl Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -140,7 +140,7 @@ ifeq ($(PORTNAME), linux)
 $(shlib): exports.list
 
 exports.list: exports.txt
-       echo 'VERSION { global:' >$@
+       echo '{ global:' >$@
        $(AWK) '/^[^#]/ {printf "%s;\n",$$1}' $< >>$@
        echo ' local: *; };' >>$@