aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/gawk.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/gawk.xml')
-rw-r--r--chapter08/gawk.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/gawk.xml b/chapter08/gawk.xml
index 4c8ecc265..244d7004f 100644
--- a/chapter08/gawk.xml
+++ b/chapter08/gawk.xml
@@ -44,6 +44,10 @@
<screen><userinput remap="pre">sed -i 's/extras//' Makefile.in</userinput></screen>
+ <para>Now fix a programming error identified upstream:</para>
+
+<screen><userinput remap="pre">sed -i -i '241i UPREF(m);' interpret.h</userinput></screen>
+
<para>Prepare Gawk for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>