1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

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

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