1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +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/hpux
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/hpux/Attic/Makefile,v 1.2 1996/11/09 06:19:21 momjian Exp $
# $Header: /cvsroot/pgsql/src/backend/port/hpux/Attic/Makefile,v 1.3 1997/12/20 00:25:34 scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR = ../../..
include ../../../Makefile.global
INCLUDE_OPT = -I../.. \
-I../../../include
INCLUDE_OPT = -I../..
CFLAGS+=$(INCLUDE_OPT)