summaryrefslogtreecommitdiff
path: root/src/interfaces/Makefile
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2004-04-20 00:33:53 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2004-04-20 00:33:53 +0000
commit41fa9e9bae605ca52d5d52a1590d7878237954a8 (patch)
treeab33c9014a108d1b748f40c4ef1b54e9ddcd002f /src/interfaces/Makefile
parentd1b3915ce181938a432b1098aa6bf4d47c721a98 (diff)
Remove all of the libpgtcl and pgtclsh files, including all references to
them within the various makefiles with_tcl is still required for the src/pl/tcl language
Diffstat (limited to 'src/interfaces/Makefile')
-rw-r--r--src/interfaces/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile
index 1fa91d5375d..876c489ecb1 100644
--- a/src/interfaces/Makefile
+++ b/src/interfaces/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/interfaces/Makefile,v 1.52 2004/01/19 21:20:06 tgl Exp $
+# $PostgreSQL: pgsql/src/interfaces/Makefile,v 1.53 2004/04/20 00:33:51 pgsql Exp $
#
#-------------------------------------------------------------------------
@@ -14,12 +14,7 @@ include $(top_builddir)/src/Makefile.global
DIRS := libpq ecpg
-ALLDIRS := $(DIRS) libpgtcl
-
-ifeq ($(with_tcl), yes)
-DIRS += libpgtcl
-endif
-
+ALLDIRS := $(DIRS)
all install installdirs uninstall dep depend distprep:
@for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done