1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

Clean out makefile

add #include "postgres.h"
This commit is contained in:
Marc G. Fournier
1996-10-31 10:26:33 +00:00
parent df6a9e633c
commit ffaff3dcd4
6 changed files with 17 additions and 12 deletions

View File

@@ -4,16 +4,14 @@
# Makefile for lib (miscellaneous stuff)
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.1 1996/10/27 09:47:37 bryanh Exp $
# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.2 1996/10/31 10:26:26 scrappy Exp $
#
#-------------------------------------------------------------------------
SRCDIR = ../..
include ../../Makefile.global
INCLUDE_OPT = -I.. \
-I../port/$(PORTNAME) \
-I../include \
INCLUDE_OPT = -I../port/$(PORTNAME) \
-I../../include
CFLAGS+=$(INCLUDE_OPT)