diff --git a/BaseBuild/Basesys/sed b/BaseBuild/Basesys/sed index 86af222..c7a6485 100644 --- a/BaseBuild/Basesys/sed +++ b/BaseBuild/Basesys/sed @@ -75,12 +75,13 @@ premk() { mk() { CC="gcc ${BUILDOPTIONS}" \ - ./configure --host=$TARGET \ - --prefix=/usr \ + ./configure --prefix=/usr \ --bindir=/bin \ --enable-html make -j $NUMCPU + make -j $NUMCPU html make -j $NUMCPU DESTDIR=$TMPROOT install + make -j $NUMCPU -C doc DESTDIR=$TMPROOT install-html } postmk() {