]> granicus.if.org Git - postgresql/commitdiff
remove port from OBJS line...
authorMarc G. Fournier <scrappy@hub.org>
Fri, 19 Dec 1997 13:28:06 +0000 (13:28 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 19 Dec 1997 13:28:06 +0000 (13:28 +0000)
src/backend/port/i386_solaris/Makefile

index 08042fdbfdc5f7f63181d5a1e578280f7c881af4..cff62ed0294ad96147c225b0eee3a23433d2a6ec 100644 (file)
@@ -4,7 +4,7 @@
 #    Makefile for port/i386_solaris
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile,v 1.2 1996/11/09 06:19:27 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/backend/port/i386_solaris/Attic/Makefile,v 1.3 1997/12/19 13:28:06 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -16,7 +16,7 @@ INCLUDE_OPT = -I../.. \
 
 CFLAGS+=$(INCLUDE_OPT)
 
-OBJS = port.o tas.o
+OBJS = tas.o
 
 all: SUBSYS.o