mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Use $(MAKE) rather than make.
Per buildfarm.
This commit is contained in:
parent
356f2cbbb4
commit
6f59a5e5dd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user