From 268f7c42f0d7128a4c88cb1c9b64b663dd266bf6 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Wed, 5 May 2010 10:56:19 +0000 Subject: fix mkamsboot compilation on systems where 'make' is not 'GNU make' (FreeBSD for example) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25825 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mkamsboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index 8ee44cd389..60e1ea8af8 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -38,7 +38,7 @@ all: $(OUTPUT) LIBUCL=../../tools/ucl/src/libucl$(RBARCH).a $(LIBUCL): - make -C ../../tools/ucl/src $(TARGET_DIR)libucl$(RBARCH).a + $(MAKE) -C ../../tools/ucl/src $(TARGET_DIR)libucl$(RBARCH).a # inputs LIBSOURCES := dualboot.c md5.c mkamsboot.c -- cgit v1.2.3