Skip to content
Snippets Groups Projects
Commit 5a58dabb authored by Bryan Henderson's avatar Bryan Henderson
Browse files

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

parent 8ac872b2
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,13 @@ ...@@ -4,10 +4,13 @@
# Makefile for utils # Makefile for utils
# #
# IDENTIFICATION # 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.. \ INCLUDE_OPT = -I.. \
-I../include \ -I../include \
-I../../include -I../../include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment