File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.114 2008/04/07 14:15:58 petere Exp $
9
+ # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.115 2008/04/07 23:08:15 petere Exp $
10
10
#
11
11
#-------------------------------------------------------------------------
12
12
@@ -94,13 +94,13 @@ endif
94
94
# Testing the soname variable is a reliable way to determine whether a
95
95
# linkable library is being built.
96
96
soname = $(shlib_major)
97
- stlib = lib$(NAME).a
98
97
else
99
98
# Naming convention for dynamically loadable modules
100
99
ifeq ($(enable_shared), yes)
101
100
shlib = $(NAME)$(DLSUFFIX)
102
101
endif
103
102
endif
103
+ stlib = lib$(NAME).a
104
104
105
105
ifndef soname
106
106
# additional flags for backend modules
You can’t perform that action at this time.
0 commit comments