aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/grep-inst.xml')
-rw-r--r--chapter05/grep-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml
index 5bb131fbd..b65737c1c 100644
--- a/chapter05/grep-inst.xml
+++ b/chapter05/grep-inst.xml
@@ -3,9 +3,9 @@
<sect2>
<title>Installation of Grep</title>
-<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 \
+<para><screen><userinput>./configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp --with-included-regex
-make LDFLAGS="-s"
+make
make check
make install</userinput></screen></para>