diff --git a/common/common-functions b/common/common-functions index 56f6fe3..3f2e513 100644 --- a/common/common-functions +++ b/common/common-functions @@ -431,7 +431,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