Commit b715c3ad authored by Bruce Momjian's avatar Bruce Momjian

Change SLSUFF from .so to .o as default.

parent 75f58aef
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $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 $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -305,7 +305,7 @@ endif ...@@ -305,7 +305,7 @@ endif
# Shared libraries. # Shared libraries.
# This is overridden for many PORTNAMEs below. # This is overridden for many PORTNAMEs below.
SLSUFF= .so SLSUFF= .o
#---------------------------------------------------------------------- #----------------------------------------------------------------------
ifeq ($(PORTNAME), BSD44_derived) ifeq ($(PORTNAME), BSD44_derived)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment