aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/bc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/bc.sh')
-rw-r--r--chapter8/bc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter8/bc.sh b/chapter8/bc.sh
index c1d3014..cfc3b3c 100644
--- a/chapter8/bc.sh
+++ b/chapter8/bc.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-PREFIX=/usr CC=gcc ./configure.sh -G -O3
+CC=gcc ./configure.sh --prefix=/usr -G -O3
make
make -j1 install