diff --git a/bootstrap b/bootstrap index 844c68f6..d1f7fd4f 100755 --- a/bootstrap +++ b/bootstrap @@ -34,5 +34,4 @@ test "${1:-}" = -n || git submodule update --init --recursive && { test -e hoxsl || test -L hoxsl || ln -s ../hoxsl; } \ && autoreconf -fvi \ && ./configure \ - && make all