> The Makefile system is expecting the YACC variable to be defined; a > straightforward workaround is then to define: > > export YACC="`which bison` -y" Umm [root@irongate linux.ac]# which yacc /usr/bin/yacc /usr/bin/which: no bison in (/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/X11R6/bin) so you would need to check for yacc first. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/