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:
356f2cb
)
Use $(MAKE) rather than make.
author
Robert Haas
<
[email protected]
>
Fri, 4 Feb 2011 14:48:32 +0000
(09:48 -0500)
committer
Robert Haas
<
[email protected]
>
Fri, 4 Feb 2011 14:48:32 +0000
(09:48 -0500)
Per buildfarm.
src/port/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/port/Makefile
b/src/port/Makefile
index ca8a9a0e6503ac6e292f090abdeafceb5116d578..c005140f83f78336833217dcb4f136de67f44912 100644
(file)
--- a/
src/port/Makefile
+++ b/
src/port/Makefile
@@
-75,7
+75,7
@@
$(OBJS_SRV): | submake-errcodes
.PHONY: submake-errcodes
submake-errcodes:
-
make
-C ../backend submake-errcodes
+
$(MAKE)
-C ../backend submake-errcodes
# Dependency is to ensure that path changes propagate