Fixed a bug in run_make function.
This commit is contained in:
parent
bfc07d6259
commit
a16724634c
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ run_make() {
|
|||
# Build the system
|
||||
if [ -e $MKFILE ] ; then
|
||||
echo -ne "Building the system...\n"
|
||||
cd $JHALFSDIR && make -f ${PROGNAME}-Makefile
|
||||
cd $JHALFSDIR && make
|
||||
echo -ne "done\n"
|
||||
fi
|
||||
fi
|
||||
|
|
Reference in a new issue