Don't assume Make executable name.

This commit is contained in:
Pavel Pautov 2023-04-03 22:25:49 -07:00 committed by dplotnikov-f5
parent 38e48ff778
commit 5f611a0fc8

View file

@ -3,7 +3,7 @@ cat << END >> $NGX_MAKEFILE
modules: ngx_otel_module
ngx_otel_module:
make -C $NGX_OBJS/otel
\$(MAKE) -C $NGX_OBJS/otel
.PHONY: ngx_otel_module