From 529189f407429998779b49dc88b28c8e51743677 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 17 Nov 1996 20:30:32 +0000 Subject: [PATCH] Renamed file. Restored SLSUFF to .so. --- src/{BACKEND_MAP => BACKEND_DIRS} | 0 src/Makefile.global | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{BACKEND_MAP => BACKEND_DIRS} (100%) diff --git a/src/BACKEND_MAP b/src/BACKEND_DIRS similarity index 100% rename from src/BACKEND_MAP rename to src/BACKEND_DIRS diff --git a/src/Makefile.global b/src/Makefile.global index 92cc00abd7..fda540f4d3 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) -- 2.40.0