Skip to content
Snippets Groups Projects
Commit 6f59a5e5 authored by Robert Haas's avatar Robert Haas
Browse files

Use $(MAKE) rather than make.

Per buildfarm.
parent 356f2cbb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment