[PATCH] 2.4.0-test13-pre4 fix drivers/ieee1394/Makefile

From: Steven Cole (elenstev@mesatop.com)
Date: Sat Dec 23 2000 - 13:17:08 EST

  • Next message: Andrea Arcangeli: "Re: lvm 0.8 to 0.9 conversion?"

    ebi4 wrote:
    >ld: cannot open drivers/ieee1394/ieee1394.a: No such file or directory
    >make: *** [vmlinux] Error 1

    Changing the order of a few lines in linux/drivers/ieee1394/Makefile fixes
    this problem. Here is the patch:
    Steven

    diff -u linux/drivers/ieee1394/Makefile.orig linux/drivers/ieee1394/Makefile
    --- linux/drivers/ieee1394/Makefile.orig Sat Dec 23 11:03:06 2000
    +++ linux/drivers/ieee1394/Makefile Sat Dec 23 11:04:08 2000
    @@ -23,7 +23,7 @@
     obj-$(CONFIG_IEEE1394_VIDEO1394) += video1394.o
     obj-$(CONFIG_IEEE1394_RAWIO) += raw1394.o
     
    +include $(TOPDIR)/Rules.make
    +
     ieee1394.o: $(ieee1394-objs)
            $(LD) -r -o $@ $(ieee1394-objs)
    -
    -include $(TOPDIR)/Rules.make
    -
    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 : Sat Dec 23 2000 - 15:31:56 EST