Build: fix makefile to work with new script path
parent
4a472d7882
commit
4d2afed06d
|
@ -133,7 +133,7 @@ ifdef CONFIG
|
|||
endif
|
||||
|
||||
default:
|
||||
$(MAKE) `./build-support/factor.sh make-target`
|
||||
$(MAKE) `./build.sh make-target`
|
||||
|
||||
help:
|
||||
@echo "Run '$(MAKE)' with one of the following parameters:"
|
||||
|
|
Loading…
Reference in New Issue