1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +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,7 +4,7 @@
# Makefile for access/common
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.7 1997/12/17 04:30:45 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/access/common/Makefile,v 1.8 1997/12/20 00:22:11 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -13,10 +13,6 @@ include ../../../Makefile.global
INCLUDE_OPT = -I../..
ifdef PORTNAME
INCLUDE_OPT += -I../../port/$(PORTNAME)
endif
CFLAGS+=$(INCLUDE_OPT)
OBJS = heaptuple.o heapvalid.o indextuple.o indexvalid.o printtup.o \