Commit 6f59a5e5 authored by Robert Haas's avatar Robert Haas

Use $(MAKE) rather than make.

Per buildfarm.
parent 356f2cbb
......@@ -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
......
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