diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 12ce26e241f71e1140fc05be46cd55692dc70d92..a31328dd0423143f8d94b0903f854f8c66fa12c3 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 $< > $@