From: Peter Eisentraut Date: Sun, 18 Dec 2011 20:34:53 +0000 (+0200) Subject: PL/Python: One more file renaming fix to unbreak the build X-Git-Tag: REL9_2_BETA1~675 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19d223171801dda36f84e24dc89c9fbab1ababad;p=postgresql PL/Python: One more file renaming fix to unbreak the build --- diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 12ce26e241..a31328dd04 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 $< > $@