We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f58ae commit b715c3aCopy full SHA for b715c3a
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.68 1996/11/14 07:19:26 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.69 1996/11/17 19:26:44 momjian Exp $
11
12
# NOTES
13
# Essentially all Postgres make files include this file and use the
@@ -305,7 +305,7 @@ endif
305
# Shared libraries.
306
# This is overridden for many PORTNAMEs below.
307
308
-SLSUFF= .so
+SLSUFF= .o
309
310
#----------------------------------------------------------------------
311
ifeq ($(PORTNAME), BSD44_derived)
0 commit comments