aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-03 00:33:58 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-03 00:33:58 +0000
commitd774b1c561ef6de3ba7292c9b23d2f465e30a052 (patch)
tree17849686177cd358a3fc7be9f8bdd459c6f45767 /chapter05
parent1d4b00dd05810315513c9390ca2661d58d336ab1 (diff)
'make' does nothing, so going straight to make install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2503 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/dejagnu-inst.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter05/dejagnu-inst.xml b/chapter05/dejagnu-inst.xml
index a82652759..f91178a8a 100644
--- a/chapter05/dejagnu-inst.xml
+++ b/chapter05/dejagnu-inst.xml
@@ -4,7 +4,6 @@
<title>Installation of DejaGNU</title>
<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1
-make LDFLAGS="-s"
make install</userinput></screen></para>