]> granicus.if.org Git - postgresql/commitdiff
Renamed file. Restored SLSUFF to .so.
authorBruce Momjian <bruce@momjian.us>
Sun, 17 Nov 1996 20:30:32 +0000 (20:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 17 Nov 1996 20:30:32 +0000 (20:30 +0000)
src/BACKEND_DIRS [moved from src/BACKEND_MAP with 100% similarity]
src/Makefile.global

similarity index 100%
rename from src/BACKEND_MAP
rename to src/BACKEND_DIRS
index 92cc00abd7bf2a0792fc87207b905c4e1fff030e..fda540f4d3288e8fd863309eee5ca5d80b561d1b 100644 (file)
@@ -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)