Fixed a bug in run_make function.

This commit is contained in:
Manuel Canales Esparcia 2006-04-17 11:15:36 +00:00
parent 60cb629db3
commit 54b4b3242c

View file

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