diff options
-rw-r--r-- | chapter06/libffi.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/libffi.xml b/chapter06/libffi.xml index 24b8879ef..360ddf521 100644 --- a/chapter06/libffi.xml +++ b/chapter06/libffi.xml @@ -52,7 +52,7 @@ <para>Modify the Makefile to install headers into the standard <filename class="directory">/usr/include</filename> directory instead of - <filename class="directory">/usr/lib/libffi-3.2.1/include</filename>.</para> + <filename class="directory">/usr/lib/libffi-&libffi-version;/include</filename>.</para> <screen><userinput remap="pre">sed -e '/^includesdir/ s/$(libdir).*$/$(includedir)/' \ -i include/Makefile.in |