diff options
| -rw-r--r-- | target/linux/olpc/image/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/linux/olpc/image/Makefile b/target/linux/olpc/image/Makefile index b433ac45a..a245d72cf 100644 --- a/target/linux/olpc/image/Makefile +++ b/target/linux/olpc/image/Makefile @@ -39,7 +39,7 @@ ifeq ($(CONFIG_OLPC_BOOTSCRIPT_IMAGES),y)  endif  define Image/Prepare -	$(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage +	cp $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage  	$(call Image/Prepare/bootscript)  endef | 
