aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procps.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-08-03 19:55:09 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-08-03 19:55:09 +0000
commit3e801560a71bead93f49fdcc665962563a71d9ea (patch)
treeeff6a8b880d08e9d9060937001015e5c7bebe0f9 /chapter06/procps.xml
parentd7bd6fdcdffd1aef21b32d6f98ef6eac45d0ee8f (diff)
Upgrade to Make-3.82. Fixes #2726.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9346 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r--chapter06/procps.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index 40c73cbf4..0815ae716 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -45,6 +45,11 @@
<screen><userinput remap="pre">patch -Np1 -i ../&procps-watch-patch;</userinput></screen>
+ <para>Fix a bug in the Makefile, which prevents procps from building with
+ make-&make-version;:</para>
+
+<screen><userinput remap="pre">sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' Makefile</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>