1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Makefile cleanup.

This commit is contained in:
Bruce Momjian
1997-09-16 18:47:36 +00:00
parent df7a435587
commit f3a58f2639
5 changed files with 21 additions and 20 deletions

View File

@ -7,16 +7,16 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.13 1997/09/14 23:34:13 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.14 1997/09/16 18:47:19 momjian Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ../..
include ../../Makefile.global
:nclude $(SRCDIR)/Makefile.global
INCLUDE_OPT= \
-I../../backend \
-I../../include \
-I$(SRCDIR)/backend \
-I$(SRCDIR)/include \
-I$(LIBPQDIR) \
-I$(TCL_INCDIR)