File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
# Copyright (c) 1998, Regents of the University of California
7
7
#
8
8
# IDENTIFICATION
9
- # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.110 2008/02/26 06:41:23 petere Exp $
9
+ # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.111 2008/02/26 10:30:06 petere Exp $
10
10
#
11
11
#-------------------------------------------------------------------------
12
12
@@ -116,7 +116,7 @@ ifeq ($(PORTNAME), darwin)
116
116
endif
117
117
shlib = lib$(NAME).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)$(DLSUFFIX)
118
118
shlib_major = lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX)
119
- BUILD.exports = $(AWK) '/^[^#]/ {printf "_%s\n",$$1}' $< >$@
119
+ BUILD.exports = $(AWK) '/^[^\ #]/ {printf "_%s\n",$$1}' $< >$@
120
120
ifneq (,$(SHLIB_EXPORTS))
121
121
exported_symbols_list = -exported_symbols_list $(SHLIB_EXPORTS:%.txt=%.list)
122
122
endif
You can’t perform that action at this time.
0 commit comments