diff options
| author | PostgreSQL Daemon | 2004-04-20 00:33:53 +0000 |
|---|---|---|
| committer | PostgreSQL Daemon | 2004-04-20 00:33:53 +0000 |
| commit | 41fa9e9bae605ca52d5d52a1590d7878237954a8 (patch) | |
| tree | ab33c9014a108d1b748f40c4ef1b54e9ddcd002f /GNUmakefile.in | |
| parent | d1b3915ce181938a432b1098aa6bf4d47c721a98 (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 'GNUmakefile.in')
| -rw-r--r-- | GNUmakefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
