Commit b87811ee authored by Robert Haas's avatar Robert Haas

Unbreak 'configure' followed immediately by 'make install'.

More fallout from ddfe26f6.

Report by Fujii Masao.
parent 39fbec73
......@@ -32,6 +32,7 @@ SUBDIRS = \
# generate errcodes.h before recursing in the subdirectories
$(SUBDIRS:%=all-%-recurse): $(top_builddir)/src/include/utils/errcodes.h
$(SUBDIRS:%=install-%-recurse): $(top_builddir)/src/include/utils/errcodes.h
backend/utils/errcodes.h: backend/utils/generate-errcodes.pl $(top_srcdir)/src/backend/utils/errcodes.txt
$(MAKE) -C backend/utils errcodes.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment