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 66# Copyright (c) 1998, Regents of the University of California
77#
88# 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 $
1010#
1111#-------------------------------------------------------------------------
1212
@@ -94,13 +94,13 @@ endif
9494# Testing the soname variable is a reliable way to determine whether a
9595# linkable library is being built.
9696soname = $(shlib_major)
97- stlib = lib$(NAME).a
9897else
9998# Naming convention for dynamically loadable modules
10099ifeq ($(enable_shared), yes)
101100shlib = $(NAME)$(DLSUFFIX)
102101endif
103102endif
103+ stlib = lib$(NAME).a
104104
105105ifndef soname
106106# additional flags for backend modules
You can’t perform that action at this time.
0 commit comments