comparison core/elfutils/elfutils.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 014d018468fb
children e1b73f64408d
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
48 CC="$CC" \ 48 CC="$CC" \
49 CFLAGS="$CFLAGS" \ 49 CFLAGS="$CFLAGS" \
50 ./configure \ 50 ./configure \
51 --build=$CBUILD \ 51 --build=$CBUILD \
52 --host=$CHOST \ 52 --host=$CHOST \
53 --prefix=/ \ 53 --prefix= \
54 --program-prefix="eu-" \ 54 --program-prefix="eu-" \
55 --disable-nls 55 --disable-nls
56 make 56 make
57 make install DESTDIR=$DESTDIR 57 make install DESTDIR=$DESTDIR
58 rm -f $DESTDIR/lib/lib{asm,dw,ebl,elf}.a 58 rm -f $DESTDIR/lib/lib{asm,dw,ebl,elf}.a