From 54b4b3242c6e71c134a5f33716b59e67a8e0f8bb Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 17 Apr 2006 11:15:36 +0000 Subject: [PATCH] Fixed a bug in run_make function. --- common/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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