mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Use $(MAKE) rather than make.
Per buildfarm.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user