From 5a303f878ecd597c1524f7cb0b844d17cb9da266 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 22 Aug 2002 22:43:14 +0000 Subject: Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc project ... --- src/interfaces/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/interfaces/Makefile') diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 8fa11e0aff..113670bbeb 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.46 2002/08/22 00:15:10 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.47 2002/08/22 22:43:11 scrappy Exp $ # #------------------------------------------------------------------------- @@ -14,11 +14,7 @@ include $(top_builddir)/src/Makefile.global DIRS := libpq ecpg libpgeasy -ALLDIRS := $(DIRS) odbc libpgtcl perl5 python jdbc - -ifeq ($(enable_odbc), yes) -DIRS += odbc -endif +ALLDIRS := $(DIRS) libpgtcl perl5 python jdbc ifeq ($(with_tcl), yes) DIRS += libpgtcl -- cgit v1.2.1