1
0
Fork 0
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:
Jonathan Gordon 2010-06-02 00:51:18 +00:00
parent 36f3a8d67e
commit 0dfd418b31

View file

@ -26,7 +26,7 @@ builddir="${RBDEV_BUILD:-/tmp/rbdev-build}"
if [ -f "`which gmake 2>/dev/null`" ]; then if [ -f "`which gmake 2>/dev/null`" ]; then
make="gmake" make="gmake"
else else
make="make -j4" make="make"
fi fi
if [ -z $GNU_MIRROR ] ; then if [ -z $GNU_MIRROR ] ; then