comparison dev/make/make.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents d27efe5b1ea0
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
61 LDFLAGS="$LDFLAGS" \ 61 LDFLAGS="$LDFLAGS" \
62 LIBS="$LIBS" \ 62 LIBS="$LIBS" \
63 ./configure \ 63 ./configure \
64 --build=$CBUILD \ 64 --build=$CBUILD \
65 --host=$CHOST \ 65 --host=$CHOST \
66 --prefix= \
66 $with_guile \ 67 $with_guile \
67 $with_nls 68 $with_nls
68 make 69 make
69 make install DESTDIR=$DESTDIR 70 make install DESTDIR=$DESTDIR
70 71