Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4895635

Browse files
committed
clean python out of Makefile
1 parent 13a0e91 commit 4895635

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/interfaces/Makefile

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.49 2002/08/30 13:06:20 scrappy Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.50 2003/08/01 04:24:57 scrappy Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -14,16 +14,12 @@ include $(top_builddir)/src/Makefile.global
1414

1515
DIRS := libpq ecpg
1616

17-
ALLDIRS := $(DIRS) libpgtcl python jdbc
17+
ALLDIRS := $(DIRS) libpgtcl jdbc
1818

1919
ifeq ($(with_tcl), yes)
2020
DIRS += libpgtcl
2121
endif
2222

23-
ifeq ($(with_python), yes)
24-
DIRS += python
25-
endif
26-
2723
ifeq ($(with_java), yes)
2824
DIRS += jdbc
2925
endif

0 commit comments

Comments
 (0)