We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a0e91 commit 4895635Copy full SHA for 4895635
src/interfaces/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -14,16 +14,12 @@ include $(top_builddir)/src/Makefile.global
14
15
DIRS := libpq ecpg
16
17
-ALLDIRS := $(DIRS) libpgtcl python jdbc
+ALLDIRS := $(DIRS) libpgtcl jdbc
18
19
ifeq ($(with_tcl), yes)
20
DIRS += libpgtcl
21
endif
22
23
-ifeq ($(with_python), yes)
24
-DIRS += python
25
-endif
26
-
27
ifeq ($(with_java), yes)
28
DIRS += jdbc
29
0 commit comments