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:
parent
e77550a52d
commit
268f7c42f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue