diff options
Diffstat (limited to 'chapter8/bison.sh')
-rw-r--r-- | chapter8/bison.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter8/bison.sh b/chapter8/bison.sh index 7a693aa..eb97728 100644 --- a/chapter8/bison.sh +++ b/chapter8/bison.sh @@ -1,3 +1,7 @@ #!/bin/bash +./configure --prefix=/usr --docdir=/usr/share/doc/bison-"${VERSION}" +make + +make -j1 install |