comparison editors/nano/nano.sh @ 145:7c631ce1660f

vanilla: remove useless --target
author David Demelier <markand@malikania.fr>
date Mon, 11 Mar 2019 20:30:00 +0100
parents 8076ef442b6c
children 8675457d99c6
comparison
equal deleted inserted replaced
144:636e42cf3cd5 145:7c631ce1660f
71 LDFLAGS="$LDFLAGS" \ 71 LDFLAGS="$LDFLAGS" \
72 LIBS="$LIBS" \ 72 LIBS="$LIBS" \
73 ./configure \ 73 ./configure \
74 --build=$CBUILD \ 74 --build=$CBUILD \
75 --host=$CHOST \ 75 --host=$CHOST \
76 --target=$CTARGET \
77 --prefix=/usr \ 76 --prefix=/usr \
78 --sysconfdir=/etc \ 77 --sysconfdir=/etc \
79 --with-wordbounds \ 78 --with-wordbounds \
80 $with_color \ 79 $with_color \
81 $with_multibuffer \ 80 $with_multibuffer \