[PATCH]: fix typo in usr/Makefile

From: Nikita Danilov (Nikita@Namesys.COM)
Date: Tue Nov 05 2002 - 08:55:37 EST


Hello, Linus,

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/



This archive was generated by hypermail 2b29 : Thu Nov 07 2002 - 22:00:38 EST