summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
diff options
context:
space:
mode:
authorBruce Momjian1997-09-16 18:47:36 +0000
committerBruce Momjian1997-09-16 18:47:36 +0000
commitf3a58f26396536f37cca313285f7b95809433155 (patch)
treec92fa506289bcf6e5111bc23aa8627dfeacc2517 /src/interfaces/libpgtcl
parentdf7a435587d14e66ad154301ff48a63ae2d5e768 (diff)
Makefile cleanup.
Diffstat (limited to 'src/interfaces/libpgtcl')
-rw-r--r--src/interfaces/libpgtcl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile
index 11b6375ec46..8ab9930ff29 100644
--- a/src/interfaces/libpgtcl/Makefile
+++ b/src/interfaces/libpgtcl/Makefile
@@ -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)