Fixed a bug in run_make function.

This commit is contained in:
Manuel Canales Esparcia 2006-04-17 11:15:24 +00:00
parent bfc07d6259
commit a16724634c

View file

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