File tree Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Expand file tree Collapse file tree 3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 4
4
# Makefile for port/bsdi
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/backend/port/bsdi/Attic/Makefile,v 1.4 1996/11/09 06:19:06 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/backend/port/bsdi/Attic/Makefile,v 1.5 1997/03/19 03:01:25 scrappy Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -16,11 +16,7 @@ INCLUDE_OPT = -I../.. \
16
16
17
17
CFLAGS+ =$(INCLUDE_OPT )
18
18
19
- ifeq ($(PRE_BSDI_2_1 ) , false)
20
- OBJS = port.o
21
- else
22
- OBJS = dynloader.o port.o
23
- endif
19
+ OBJS = dynloader.o
24
20
25
21
all : SUBSYS.o
26
22
Original file line number Diff line number Diff line change 14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
17
+ #ifdef PRE_BSDI_2_1
17
18
#include <stdio.h>
18
19
#include <dld.h>
19
20
#include "postgres.h"
@@ -91,3 +92,4 @@ pg_dlerror()
91
92
{
92
93
return dld_strerror (dld_errno );
93
94
}
95
+ #endif
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments