llvm: honor $MAKEFLAGS

This commit is contained in:
Thomas Penteker 2013-05-07 18:40:44 +02:00
parent e01936cb2d
commit 91a28eac7e

View File

@ -16,7 +16,7 @@ build() {
./configure --prefix=/usr --without-oprofile
make
make $MAKEFLAGS
make DESTDIR=$PKG install
# Unfortunately, llvm's configure script seems to ignore --mandir.