qemu: honor $MAKEFLAGS

This commit is contained in:
Thomas Penteker 2013-02-17 00:54:49 +01:00
parent eeccf69b6f
commit 6e72fa7ba4

View File

@ -19,7 +19,7 @@ build() {
# fix include issues with nspr
echo 'QEMU_CFLAGS+=-I/usr/include/nspr' >> libcacard/Makefile
make
make ${MAKEFLAGS:=}
make DESTDIR=$PKG install
make qemu.1 qemu-img.1 qemu-nbd.8