1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +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,16 +4,14 @@
# Makefile for parser
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.12 1997/11/25 22:00:21 momjian Exp $
# $Header: /cvsroot/pgsql/src/backend/parser/Makefile,v 1.13 1997/12/20 00:24:55 scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ../..
include ../../Makefile.global
INCLUDE_OPT= -I.. \
-I../port/$(PORTNAME) \
-I../../include
INCLUDE_OPT= -I..
CFLAGS+= $(INCLUDE_OPT)