html doc kann nicht gebaut werden. wieder deaktiviert

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4491 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2008-05-13 13:58:36 +00:00
parent 0e78c5bb22
commit 1873b23cf4

View File

@ -77,8 +77,7 @@ mk() {
CC="gcc ${BUILDOPTIONS}" \ CC="gcc ${BUILDOPTIONS}" \
./configure --host=$TARGET \ ./configure --host=$TARGET \
--prefix=/usr \ --prefix=/usr \
--bindir=/bin \ --bindir=/bin
--enable-html
make -j $NUMCPU make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install make -j $NUMCPU DESTDIR=$TMPROOT install
} }