Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4895635

Browse files
committed
clean python out of Makefile
1 parent13a0e91 commit4895635

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

‎src/interfaces/Makefile

Lines changed: 2 additions & 6 deletions
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) libpgtclpythonjdbc
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)

[8]ページ先頭

©2009-2025 Movatter.jp