]> granicus.if.org Git - postgresql/commitdiff
PL/Python: One more file renaming fix to unbreak the build
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Dec 2011 20:34:53 +0000 (22:34 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 18 Dec 2011 20:34:53 +0000 (22:34 +0200)
src/pl/plpython/Makefile

index 12ce26e241f71e1140fc05be46cd55692dc70d92..a31328dd0423143f8d94b0903f854f8c66fa12c3 100644 (file)
@@ -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 $< > $@