following patch fixes typo introduced by last changeset: "./$<" already
contains directory.
Please apply.
Nikita.
===== usr/Makefile 1.3 vs edited =====
--- 1.3/usr/Makefile Tue Nov 5 01:04:41 2002
+++ edited/usr/Makefile Tue Nov 5 16:48:19 2002
@@ -11,6 +11,6 @@
$(call if_changed,ld)
$(obj)/initramfs_data.cpio.gz: $(obj)/gen_init_cpio
- ( cd $(obj) ; ./$< | gzip -9c > $@ )
+ ( ./$< | gzip -9c > $@ )
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/