projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39fbec7
)
Unbreak 'configure' followed immediately by 'make install'.
author
Robert Haas
<
[email protected]
>
Fri, 4 Feb 2011 12:03:19 +0000
(07:03 -0500)
committer
Robert Haas
<
[email protected]
>
Fri, 4 Feb 2011 12:06:36 +0000
(07:06 -0500)
More fallout from
ddfe26f6441c24660595c5efe5fd0bd3974cdc5c
.
Report by Fujii Masao.
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 0aad44c0baccc5a92f20d8b9f87eada1beeb95dd..a92153e78370e3d0bbb20130bd722bdf7369647b 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-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