aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2003-08-01 04:24:57 +0000
committerMarc G. Fournier <scrappy@hub.org>2003-08-01 04:24:57 +0000
commit4895635da4a5f7434307f8e1fcbbfa6f87628b98 (patch)
tree2fc82c3bfb8d4941aa7ec05493e941e9c1841be7 /src
parent13a0e910cd34bf765ed83fd3593c69958ea46427 (diff)
downloadpostgresql-4895635da4a5f7434307f8e1fcbbfa6f87628b98.tar.gz
postgresql-4895635da4a5f7434307f8e1fcbbfa6f87628b98.zip
clean python out of Makefile
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile
index 062f5750d69..0587d2b2043 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.49 2002/08/30 13:06:20 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.50 2003/08/01 04:24:57 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -14,16 +14,12 @@ include $(top_builddir)/src/Makefile.global
DIRS := libpq ecpg
-ALLDIRS := $(DIRS) libpgtcl python jdbc
+ALLDIRS := $(DIRS) libpgtcl jdbc
ifeq ($(with_tcl), yes)
DIRS += libpgtcl
endif
-ifeq ($(with_python), yes)
-DIRS += python
-endif
-
ifeq ($(with_java), yes)
DIRS += jdbc
endif