Don't assume Make executable name.

This commit is contained in:
Pavel Pautov 2023-04-03 22:25:49 -07:00 committed by Dmitry Plotnikov
parent cc88ccb9ec
commit 785fd9fede

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