From 12759089364a7b7ed071c0fbd4db5fe4545b3fe6 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 9 Jul 2003 20:56:03 -0700 Subject: Fix mailer-induced corruption in initramfs build rules --- usr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr') diff --git a/usr/Makefile b/usr/Makefile index 295f32bdc51b..742794558136 100644 --- a/usr/Makefile +++ b/usr/Makefile @@ -6,8 +6,8 @@ host-progs := gen_init_cpio clean-files := initramfs_data.cpio.gz $(src)/initramfs_data.S: $(obj)/initramfs_data.cpio.gz - echo " .section .init.ramfs,\"a\"" > $(src)/initramfs_data.S - echo ".incbin \"usr/initramfs_data.cpio.gz\"" >> $(src)/initramfs_data.S + echo " .section .init.ramfs,\"a\"" > $(src)/initramfs_data.S + echo ".incbin \"usr/initramfs_data.cpio.gz\"" >> $(src)/initramfs_data.S # initramfs-y are the programs which will be copied into the CPIO # archive. Currently, the filenames are hardcoded in gen_init_cpio, -- cgit v1.2.3