Build: fix makefile to work with new script path

locals-and-roots
Björn Lindqvist 2016-03-16 14:28:09 +01:00
parent 4a472d7882
commit 4d2afed06d
2 changed files with 2 additions and 2 deletions

View File

@ -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:"

View File

@ -484,7 +484,7 @@ git_fetch_factorcode() {
invoke_git fetch "$GIT_URL" master
if update_script_changed; then
$ECHO "Updating and restarting the factor.sh script..."
$ECHO "Updating and restarting the build.sh script..."
update_script
else
$ECHO "Updating the working tree..."