aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-05-12 17:49:32 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-05-12 17:49:32 +0000
commitbbc3920fe9fdefbb16096fd72114d262168fff4e (patch)
treecbbd6c2cfc0e0e0b51c03c207cbf4d3852057452 /src/interfaces/python
parent02549a2d2c6a7ffc6188fc113c695886308ecfa5 (diff)
downloadpostgresql-bbc3920fe9fdefbb16096fd72114d262168fff4e.tar.gz
postgresql-bbc3920fe9fdefbb16096fd72114d262168fff4e.zip
PL/Python should build portably now, if you can get over the fact that
there's no shared libpython. Test suite works as well. Also, add some documentation.
Diffstat (limited to 'src/interfaces/python')
-rw-r--r--src/interfaces/python/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/python/GNUmakefile b/src/interfaces/python/GNUmakefile
index 7e1a1d0bd62..e60e5e91565 100644
--- a/src/interfaces/python/GNUmakefile
+++ b/src/interfaces/python/GNUmakefile
@@ -4,7 +4,7 @@
#
# Written by Peter Eisentraut <peter_e@gmx.net>
#
-# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.6 2001/03/25 19:44:03 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.7 2001/05/12 17:49:32 petere Exp $
#
#-------------------------------------------------------------------
@@ -22,7 +22,7 @@ libpq-all:
Makefile: Setup.in Makefile.pre.in
$(MAKE) -f Makefile.pre.in boot srcdir=$(srcdir) VPATH=$(srcdir)
-Makefile.pre.in: $(python_extmakefile)
+Makefile.pre.in: $(python_makefile_pre_in)
cp $< $@
Setup.in: Setup.in.raw