|
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/0714:15:58 petere Exp $ |
| 9 | +# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.115 2008/04/0723: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 |
|