Don't assume Make executable name.
This commit is contained in:
parent
38e48ff778
commit
5f611a0fc8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ cat << END >> $NGX_MAKEFILE
|
||||||
modules: ngx_otel_module
|
modules: ngx_otel_module
|
||||||
|
|
||||||
ngx_otel_module:
|
ngx_otel_module:
|
||||||
make -C $NGX_OBJS/otel
|
\$(MAKE) -C $NGX_OBJS/otel
|
||||||
|
|
||||||
.PHONY: ngx_otel_module
|
.PHONY: ngx_otel_module
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue