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