projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429b9d6
)
remove port from OBJS line...
author
Marc G. Fournier
Fri, 19 Dec 1997 13:28:06 +0000
(13:28 +0000)
committer
Marc G. Fournier
Fri, 19 Dec 1997 13:28:06 +0000
(13:28 +0000)
src/backend/port/i386_solaris/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/port/i386_solaris/Makefile
b/src/backend/port/i386_solaris/Makefile
index 08042fdbfdc5f7f63181d5a1e578280f7c881af4..cff62ed0294ad96147c225b0eee3a23433d2a6ec 100644
(file)
--- 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