1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-01 12:18:01 +03:00

Major cleanout of PORTNAME variables from Makefiles...bound to screw up

some of the ports...
This commit is contained in:
Marc G. Fournier
1997-12-20 00:29:35 +00:00
parent 10ff1eea60
commit 6e337eef45
61 changed files with 78 additions and 292 deletions

View File

@@ -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)