On Sun, 11 Feb 2001 17:34:04 -0500 (EST), 
Frank Davis <[EMAIL PROTECTED]> wrote:
>Hello,
>    I received the following while compiling 2.4.1-ac10:
>...
>make[3]: *** No rule to make target '/usr/src/linux/drivers/pci/devlist.h', needed by 
>names.o'. Stop
>make[3]: Leaving directory '/usr/src/linux/drivers/pci'
>make[2]: *** [first_rule] Error 2

None of the 2.4.1-ac patches hit drivers/pci/Makefile.  You have
corrupted your source somewhere.  Building from 2.4.1-pristine +
patch-2.4.1-ac10.bz2 gives this in drivers/pci/Makefile.

names.o: names.c devlist.h classlist.h

devlist.h classlist.h: pci.ids gen-devlist
        ./gen-devlist <pci.ids

gen-devlist: gen-devlist.c
        $(HOSTCC) $(HOSTCFLAGS) -o gen-devlist gen-devlist.c

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to