summaryrefslogtreecommitdiff
path: root/usr/Makefile
diff options
context:
space:
mode:
authorAndy Grover <agrover@groveronline.com>2003-03-19 00:09:51 -0800
committerAndy Grover <agrover@groveronline.com>2003-03-19 00:09:51 -0800
commitb39e199b453be169dfd1adec9686978057c1dc0f (patch)
treedd7162a8e62d003159d6250069194b48a72b76d0 /usr/Makefile
parent99d5dfb972d15c955e274d3f67e3862ce8004311 (diff)
parentd99c48c60bc52561b3125dd1f85db7a77b7031ca (diff)
Merge groveronline.com:/root/bk/linux-2.5
into groveronline.com:/root/bk/linux-acpi
Diffstat (limited to 'usr/Makefile')
-rw-r--r--usr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/Makefile b/usr/Makefile
index f50927e58c27..58a915ee7fe5 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -25,10 +25,10 @@ quiet_cmd_cpio = CPIO $@
$(obj)/initramfs_data.cpio: $(obj)/gen_init_cpio $(initramfs-y) FORCE
$(call if_changed,cpio)
-targets += $(obj)/initramfs_data.cpio
+targets += initramfs_data.cpio
$(obj)/initramfs_data.cpio.gz: $(obj)/initramfs_data.cpio FORCE
$(call if_changed,gzip)
-targets += $(obj)/initramfs_data.cpio.gz
+targets += initramfs_data.cpio.gz