diff options
Diffstat (limited to 'chapter8')
-rw-r--r-- | chapter8/isl.sh | 4 | ||||
-rw-r--r-- | chapter8/ncurses.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter8/isl.sh b/chapter8/isl.sh index 7526c2f..b649020 100644 --- a/chapter8/isl.sh +++ b/chapter8/isl.sh @@ -2,8 +2,8 @@ set -e ./configure --prefix=/usr \ - --disable-static \ - --docdir=/usr/share/doc/isl-"${VERSION}" && + --disable-static \ + --docdir=/usr/share/doc/isl-"${VERSION}" && make && make html && diff --git a/chapter8/ncurses.sh b/chapter8/ncurses.sh index 2b82d69..32eaf02 100644 --- a/chapter8/ncurses.sh +++ b/chapter8/ncurses.sh @@ -8,8 +8,8 @@ set -e --without-normal \ --enable-pc-files \ --enable-widec \ - --with-termlib \ - --disable-tic-depends && + --with-termlib \ + --disable-tic-depends && make && make -j1 install && |