diff options
author | Marc G. Fournier | 1997-12-19 13:28:06 +0000 |
---|---|---|
committer | Marc G. Fournier | 1997-12-19 13:28:06 +0000 |
commit | 5acf432ddb1af6507f21f6ef2b5461b5991d74bb (patch) | |
tree | e313fa2487775ceceee4e8adb982d3024ab415b7 | |
parent | 429b9d669189e272c228ae3fa63fc3a249da5bdc (diff) |
remove port from OBJS line...
-rw-r--r-- | src/backend/port/i386_solaris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/i386_solaris/Makefile b/src/backend/port/i386_solaris/Makefile index 08042fdbfdc..cff62ed0294 100644 --- a/src/backend/port/i386_solaris/Makefile +++ b/src/backend/port/i386_solaris/Makefile @@ -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 |