From 41fa9e9bae605ca52d5d52a1590d7878237954a8 Mon Sep 17 00:00:00 2001 From: PostgreSQL Daemon Date: Tue, 20 Apr 2004 00:33:53 +0000 Subject: 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 --- GNUmakefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'GNUmakefile.in') diff --git a/GNUmakefile.in b/GNUmakefile.in index 5f7e6558de..65ddc7cd15 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $PostgreSQL: pgsql/GNUmakefile.in,v 1.37 2004/01/19 21:20:04 tgl Exp $ +# $PostgreSQL: pgsql/GNUmakefile.in,v 1.38 2004/04/20 00:33:44 pgsql Exp $ # subdir = @@ -71,8 +71,6 @@ $(distdir).tar: distdir opt_files := \ src/tools src/corba src/tutorial \ - src/bin/pgtclsh \ - $(addprefix src/interfaces/, libpgtcl) \ $(addprefix src/pl/, plperl plpython tcl) docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail -- cgit v1.2.1