Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5acf432

Browse files
committed
remove port from OBJS line...
1 parent 429b9d6 commit 5acf432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/port/i386_solaris/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for port/i386_solaris
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile,v 1.2 1996/11/09 06:19:27 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile,v 1.3 1997/12/19 13:28:06 scrappy Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -16,7 +16,7 @@ INCLUDE_OPT = -I../.. \
1616

1717
CFLAGS+=$(INCLUDE_OPT)
1818

19-
OBJS = port.o tas.o
19+
OBJS = tas.o
2020

2121
all: SUBSYS.o
2222

0 commit comments

Comments
 (0)