diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1997-12-20 00:29:35 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1997-12-20 00:29:35 +0000 |
| commit | 6e337eef45c10391edfb202fc2332270faf72ce8 (patch) | |
| tree | 120604b06873e80578f4598e892272fc6d400b02 /src/backend/port/sunos4 | |
| parent | 10ff1eea60bbd4e8ac96bbc243a19326f4a6de38 (diff) | |
| download | postgresql-6e337eef45c10391edfb202fc2332270faf72ce8.tar.gz | |
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
some of the ports...
Diffstat (limited to 'src/backend/port/sunos4')
| -rw-r--r-- | src/backend/port/sunos4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/port/sunos4/Makefile b/src/backend/port/sunos4/Makefile index 97f9444393..1ee7d3ab4f 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) |
