Re: 2.4.1-ac10 compile error

From: Keith Owens (kaos@ocs.com.au)
Date: Sun Feb 11 2001 - 18:32:12 EST


On Sun, 11 Feb 2001 17:34:04 -0500 (EST),
Frank Davis <fdavis112@juno.com> 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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Feb 15 2001 - 21:00:17 EST