diff --git a/chapter08/flex.xml b/chapter08/flex.xml
index 7e44e38e9..a7e7296fe 100644
--- a/chapter08/flex.xml
+++ b/chapter08/flex.xml
@@ -53,9 +53,9 @@
Prepare Flex for compilation:
-./configure --prefix=/usr \
- --docdir=/usr/share/doc/flex-&flex-version; \
- --disable-static
+./configure --prefix=/usr \
+ --disable-static \
+ --docdir=/usr/share/doc/flex-&flex-version;
Compile the package: