diff options
Diffstat (limited to 'chapter06/make.xml')
-rw-r--r-- | chapter06/make.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 242aaebe1..cf0dbce18 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -42,12 +42,6 @@ <sect2 role="installation"> <title>Installation of Make</title> - <para>First, fix an issue identified upstream:</para> - -<screen><userinput remap="pre">sed -e '/ifdef SIGPIPE/,+2 d' \ - -e '/undef FATAL_SIG/i FATAL_SIG (SIGPIPE);' \ - -i src/main.c</userinput></screen> - <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |