Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b87811e

Browse files
committed
Unbreak 'configure' followed immediately by 'make install'.
More fallout from ddfe26f. Report by Fujii Masao.
1 parent 39fbec7 commit b87811e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ SUBDIRS = \
3232

3333
# generate errcodes.h before recursing in the subdirectories
3434
$(SUBDIRS:%=all-%-recurse): $(top_builddir)/src/include/utils/errcodes.h
35+
$(SUBDIRS:%=install-%-recurse): $(top_builddir)/src/include/utils/errcodes.h
3536

3637
backend/utils/errcodes.h: backend/utils/generate-errcodes.pl $(top_srcdir)/src/backend/utils/errcodes.txt
3738
$(MAKE) -C backend/utils errcodes.h

0 commit comments

Comments
 (0)