summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian1996-11-18 16:32:53 +0000
committerBruce Momjian1996-11-18 16:32:53 +0000
commitc6453ea75f180de6d3c80ecb9f6be02a04e0a03b (patch)
tree01e8728c43ab4507d14eb51fdad76f9a79f98527 /src
parent317f375bb2ef3337a5ad35bb7b104b31a343d96c (diff)
Added DLSUFFIX to bsdi.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index cf58101d03a..2aa1c811c4e 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.72 1996/11/18 06:07:12 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.73 1996/11/18 16:32:53 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -409,6 +409,8 @@ else
LDADD_BE= -ldld -lcompat -lipc
endif
+DLSUFFIX= .o
+
endif
#--------------------------------------------------------------------------