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

More fallout from ddfe26f644.

Report by Fujii Masao.
This commit is contained in:
Robert Haas 2011-02-04 07:03:19 -05:00
parent 39fbec73b0
commit b87811ee27
1 changed files with 1 additions and 0 deletions

View File

@ -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