diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bison.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 9721be123..def441043 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -49,7 +49,7 @@ program is not already in $PATH. The following addition will correct this:</para> -<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' >> config.h</userinput></screen> +<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' >> lib/config.h</userinput></screen> <para>Compile the package:</para> |