summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-01-19 21:20:06 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-01-19 21:20:06 +0000
commitbd046b99f03811f992571c47c47f2cecfe38df0c (patch)
tree02e42477545d0508272a1d25376bcf4d1d609cd0 /GNUmakefile.in
parent163edee6323bfc4abab09fbe20786d6a5dc970f8 (diff)
downloadpostgresql-bd046b99f03811f992571c47c47f2cecfe38df0c.tar.gz
Remove JDBC from the build system and documentation, too.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index bcc157bc2f..5f7e6558de 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $PostgreSQL: pgsql/GNUmakefile.in,v 1.36 2003/11/28 20:32:09 pgsql Exp $
+# $PostgreSQL: pgsql/GNUmakefile.in,v 1.37 2004/01/19 21:20:04 tgl Exp $
#
subdir =
@@ -72,7 +72,7 @@ $(distdir).tar: distdir
opt_files := \
src/tools src/corba src/tutorial \
src/bin/pgtclsh \
- $(addprefix src/interfaces/, libpgtcl jdbc) \
+ $(addprefix src/interfaces/, libpgtcl) \
$(addprefix src/pl/, plperl plpython tcl)
docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail