summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2002-08-22 22:43:14 +0000
committerMarc G. Fournier <scrappy@hub.org>2002-08-22 22:43:14 +0000
commit5a303f878ecd597c1524f7cb0b844d17cb9da266 (patch)
treeba28968f533df8a53f8759ee73b40efb9b44140a /GNUmakefile.in
parent03a7625a3a1d7adb9a49295d7447a0e3d224845d (diff)
downloadpostgresql-5a303f878ecd597c1524f7cb0b844d17cb9da266.tar.gz
Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
project ...
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 70151c0324..71219e261e 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.25 2002/08/22 00:15:04 scrappy Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.26 2002/08/22 22:43:08 scrappy Exp $
#
subdir =
@@ -72,7 +72,7 @@ $(distdir).tar: distdir
opt_files := src/backend/utils/mb contrib/retep/build.xml \
src/tools src/corba src/data src/tutorial \
$(addprefix src/bin/, pgaccess pgtclsh pg_encoding) \
- $(addprefix src/interfaces/, odbc libpgtcl perl5 python jdbc) \
+ $(addprefix src/interfaces/, libpgtcl perl5 python jdbc) \
$(addprefix src/pl/, plperl tcl)
docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail