8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4895635 commit 4da1e06Copy full SHA for 4da1e06
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $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 $
5
6
7
subdir =
@@ -72,7 +72,7 @@ $(distdir).tar: distdir
72
opt_files := \
73
src/tools src/corba src/data src/tutorial \
74
src/bin/pgtclsh \
75
- $(addprefix src/interfaces/, libpgtcl python jdbc) \
+ $(addprefix src/interfaces/, libpgtcl jdbc) \
76
$(addprefix src/pl/, plperl plpython tcl)
77
78
docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail
0 commit comments