summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1996-11-17 20:30:32 +0000
committerBruce Momjian1996-11-17 20:30:32 +0000
commit529189f407429998779b49dc88b28c8e51743677 (patch)
tree174f906370791e4a5216ef3eade787c42137963f
parentce7a3b3a829c61c9a610f4593530152b6d600ec1 (diff)
Renamed file. Restored SLSUFF to .so.
-rw-r--r--src/BACKEND_DIRS (renamed from src/BACKEND_MAP)0
-rw-r--r--src/Makefile.global4
2 files changed, 2 insertions, 2 deletions
diff --git a/src/BACKEND_MAP b/src/BACKEND_DIRS
index 371dc024338..371dc024338 100644
--- a/src/BACKEND_MAP
+++ b/src/BACKEND_DIRS
diff --git a/src/Makefile.global b/src/Makefile.global
index 92cc00abd7b..fda540f4d32 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.69 1996/11/17 19:26:44 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.70 1996/11/17 20:30:32 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -305,7 +305,7 @@ endif
# Shared libraries.
# This is overridden for many PORTNAMEs below.
-SLSUFF= .o
+SLSUFF= .so
#----------------------------------------------------------------------
ifeq ($(PORTNAME), BSD44_derived)