configure.sh: Fix grammatical typo
This commit is contained in:
parent
30ea538cef
commit
35e76391fe
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ function configure() {
|
|||
echo >> "$MAKEFILE" ""
|
||||
echo >> "$MAKEFILE" "include \$(SRCDIR)/build/makefile_base.mak"
|
||||
|
||||
stat "Created $MAKEFILE, run now make to build."
|
||||
stat "Created $MAKEFILE, now run make to build."
|
||||
stat " See BUILDING.md for make targets and instructions"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue