Use emake instead of make.

for/master
Daniel Mierswa 2010-03-11 10:24:55 +01:00
parent 697af09676
commit db023285f2
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ WORK="${WORKBASE}/${PNV/_/-}"
DEFAULT_SRC_INSTALL_PARAMS=( PREFIX="${IMAGE}/usr" )
src_compile() {
make defconfig
emake defconfig
make \
emake \
CC="${CC}" \
AR="${AR}" \
LD="${LD}" \