summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>2003-08-01 04:28:13 +0000
committerMarc G. Fournier <scrappy@hub.org>2003-08-01 04:28:13 +0000
commit4da1e06f64685b7a321214d3f01b5bfe30792dc1 (patch)
treef7d5b1087e0b15e3dade27fa5439d191d2df6e16 /GNUmakefile.in
parent4895635da4a5f7434307f8e1fcbbfa6f87628b98 (diff)
downloadpostgresql-4da1e06f64685b7a321214d3f01b5bfe30792dc1.tar.gz
python needs to be removed from here
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index bc23ff6076..8a9431193f 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30 2002/10/21 00:12:45 momjian Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.31 2003/08/01 04:28:13 scrappy Exp $
#
subdir =
@@ -72,7 +72,7 @@ $(distdir).tar: distdir
opt_files := \
src/tools src/corba src/data src/tutorial \
src/bin/pgtclsh \
- $(addprefix src/interfaces/, libpgtcl python jdbc) \
+ $(addprefix src/interfaces/, libpgtcl jdbc) \
$(addprefix src/pl/, plperl plpython tcl)
docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail