--- gpm-1.19.6.old/doc/FAQ	2001-09-23 21:00:03.000000000 +0200
+++ gpm-1.19.6/doc/FAQ	2004-08-17 14:05:12.000000000 +0200
@@ -12,32 +12,6 @@
 
 
 ===========================================================================
-Q: Compilation fails with
-
-	yacc  gpm-root.y
-	make: /usr/bin/make: cannot execute binary file
-	make: *** [gpm-root.c] Error 126
-
----------------------------------------------------------------------------
-A: This is a typical error (I've got several of them reported), though
-   not related to gpm.
-
-   It looks like you have an old slackware installation, like mine, or
-   another faulty setup. I've been reported that slackware-3 is wrong
-   as well.
-
-   The 'yacc' executable is a shell script that calls bison, and it
-   lacks the '#!/bin/sh' line (or has it incorrect, missing the
-   '!'). I don't remember the details, but while it runs under your
-   shell, it can't be executed under make. I looked in the binfmt
-   sources in the kernel, and /bin/sh doesn't appear explicitly, so
-   you must fix the first line in the 'yacc' script, and everything
-   should go fine.
-
-   Note however that the server has already been compiles. Only the
-   gpm-root client, written with yacc, is affected by this problem.
-
-===========================================================================
 Q: My serial mouse works in X with ms protocol, but behaves erratically
    with gpm on the text console, and I get involuntary pastes.
 
