Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks.

This commit is contained in:
Bryan Henderson 1996-11-03 09:28:31 +00:00
parent 8ac872b26d
commit 5a58dabbbc
1 changed files with 4 additions and 1 deletions

View File

@ -4,10 +4,13 @@
# Makefile for utils
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/Makefile,v 1.2 1996/11/02 02:03:50 bryanh Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/Makefile,v 1.3 1996/11/03 09:28:31 bryanh Exp $
#
#-------------------------------------------------------------------------
SRCDIR = ../..
include ../../Makefile.global
INCLUDE_OPT = -I.. \
-I../include \
-I../../include