diff options
| author | Marc G. Fournier | 2002-08-22 22:43:14 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 2002-08-22 22:43:14 +0000 |
| commit | 5a303f878ecd597c1524f7cb0b844d17cb9da266 (patch) | |
| tree | ba28968f533df8a53f8759ee73b40efb9b44140a /src/interfaces/Makefile | |
| parent | 03a7625a3a1d7adb9a49295d7447a0e3d224845d (diff) | |
Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
project ...
Diffstat (limited to 'src/interfaces/Makefile')
| -rw-r--r-- | src/interfaces/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 8fa11e0aff9..113670bbebf 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 |
