2002-11-05 13:49:04

by Nikita Danilov

[permalink] [raw]
Subject: [PATCH]: fix typo in usr/Makefile

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 > $@ )