forked from len0rd/rockbox
revert an accidental commit in r26078
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26458 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
36f3a8d67e
commit
0dfd418b31
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ builddir="${RBDEV_BUILD:-/tmp/rbdev-build}"
|
|||
if [ -f "`which gmake 2>/dev/null`" ]; then
|
||||
make="gmake"
|
||||
else
|
||||
make="make -j4"
|
||||
make="make"
|
||||
fi
|
||||
|
||||
if [ -z $GNU_MIRROR ] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue