aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpgtcl/Makefile.in')
-rw-r--r--src/interfaces/libpgtcl/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in
index fa766ff5f0b..f516a360a9b 100644
--- a/src/interfaces/libpgtcl/Makefile.in
+++ b/src/interfaces/libpgtcl/Makefile.in
@@ -6,7 +6,7 @@
# Copyright (c) 1994, Regents of the University of California
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.39 2000/03/08 01:58:36 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.40 2000/05/29 05:45:48 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -17,9 +17,7 @@ SO_MINOR_VERSION= 1
SRCDIR= @top_srcdir@
include $(SRCDIR)/Makefile.global
-CFLAGS+= -I$(SRCDIR)/backend \
- -I$(SRCDIR)/include \
- -I$(LIBPQDIR)
+CFLAGS+= -I$(LIBPQDIR)
ifdef KRBVERS
CFLAGS+= $(KRBFLAGS)