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
This commit is contained in:
Marcoen Hirschberg 2010-05-05 10:56:19 +00:00
parent e77550a52d
commit 268f7c42f0

View file

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