Error in 2.0.30 Makefile
Paul Abrahams (abrahams@acm.org)
Tue, 02 Dec 97 21:27:00 -0500
Maybe this has been fixed in a later version of the kernel - but in the
Makefile for the 2.0.30 kernel, the target for "modules" is followed by
the line:
(tab)include .config
The tab is incorrect and causes `include' to be interpreted as a Unix
command, not an inclusion. Removing the tab solves the problem.
Paul Abrahams
abrahams@acm.org
PS - I'm not normally on the kernel mailing list.