summaryrefslogtreecommitdiff
path: root/src/backend/port/sunos4/Makefile
diff options
context:
space:
mode:
authorMarc G. Fournier1997-12-20 00:29:35 +0000
committerMarc G. Fournier1997-12-20 00:29:35 +0000
commit6e337eef45c10391edfb202fc2332270faf72ce8 (patch)
tree120604b06873e80578f4598e892272fc6d400b02 /src/backend/port/sunos4/Makefile
parent10ff1eea60bbd4e8ac96bbc243a19326f4a6de38 (diff)
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
some of the ports...
Diffstat (limited to 'src/backend/port/sunos4/Makefile')
-rw-r--r--src/backend/port/sunos4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/port/sunos4/Makefile b/src/backend/port/sunos4/Makefile
index 97f94443934..1ee7d3ab4f1 100644
--- a/src/backend/port/sunos4/Makefile
+++ b/src/backend/port/sunos4/Makefile
@@ -4,15 +4,14 @@
# Makefile for port/sparc
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/port/sunos4/Attic/Makefile,v 1.1 1997/07/28 00:08:32 momjian Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/sunos4/Attic/Makefile,v 1.2 1997/12/20 00:26:30 scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR = ../../..
include ../../../Makefile.global
-INCLUDE_OPT = -I../.. \
- -I../../../include
+INCLUDE_OPT = -I../..
CFLAGS+=$(INCLUDE_OPT)