aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-12-18 22:34:53 +0200
committerPeter Eisentraut <peter_e@gmx.net>2011-12-18 22:34:53 +0200
commit19d223171801dda36f84e24dc89c9fbab1ababad (patch)
treece4f9432b8da244a610f3c4e05c836b1ba10fd8c /src
parent147c2482542868d1f9dcf7d2ecfeac58d845335c (diff)
downloadpostgresql-19d223171801dda36f84e24dc89c9fbab1ababad.tar.gz
postgresql-19d223171801dda36f84e24dc89c9fbab1ababad.zip
PL/Python: One more file renaming fix to unbreak the build
Diffstat (limited to 'src')
-rw-r--r--src/pl/plpython/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile
index 12ce26e241f..a31328dd042 100644
--- a/src/pl/plpython/Makefile
+++ b/src/pl/plpython/Makefile
@@ -189,7 +189,7 @@ endif # can't build
# distprep and maintainer-clean rules should be run even if we can't build.
# Force this dependency to be known even without dependency info built:
-plpython_plpy.o: spiexceptions.h
+plpy_plpymodule.o: spiexceptions.h
spiexceptions.h: $(top_srcdir)/src/backend/utils/errcodes.txt generate-spiexceptions.pl
$(PERL) $(srcdir)/generate-spiexceptions.pl $< > $@