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

Commit 4da1e06

Browse files
committed
python needs to be removed from here
1 parent 4895635 commit 4da1e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30 2002/10/21 00:12:45 momjian Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.31 2003/08/01 04:28:13 scrappy Exp $
55
#
66

77
subdir =
@@ -72,7 +72,7 @@ $(distdir).tar: distdir
7272
opt_files := \
7373
src/tools src/corba src/data src/tutorial \
7474
src/bin/pgtclsh \
75-
$(addprefix src/interfaces/, libpgtcl python jdbc) \
75+
$(addprefix src/interfaces/, libpgtcl jdbc) \
7676
$(addprefix src/pl/, plperl plpython tcl)
7777

7878
docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail

0 commit comments

Comments
 (0)