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