From d63e0d041e54da63060f1c067f3a9e6902a079de Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 8 Jun 2008 23:05:24 +0000 Subject: Changes Makefile generation so that recursive "make" calls read "$(MAKE)" instead, as GNU make (or "gmake") is currently necessary to build. Signed-off-by: Pierre Pronchery Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3363 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/ADLO/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/ADLO') diff --git a/util/ADLO/Makefile b/util/ADLO/Makefile index 1533cf5601..6af8c7409e 100644 --- a/util/ADLO/Makefile +++ b/util/ADLO/Makefile @@ -40,7 +40,7 @@ loader.o: loader.s #------------------------------------------------- bios: - ( cd ${BOCHS_B} ; make ) + ( cd ${BOCHS_B} ; $(MAKE) ) sync #------------------------------------------------- @@ -101,7 +101,7 @@ install: clean: rm -rf *.o ${PAYLOAD} - (cd ${BOCHS_B} ; make clean ) + (cd ${BOCHS_B} ; $(MAKE) clean ) distclean: clean rm -rf ${BOCHS_C} -- cgit v1.2.3