aboutsummaryrefslogtreecommitdiffstats
path: root/target/image/x86/Makefile
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2006-10-25 23:52:17 +0000
committerTim Yardley <lst@openwrt.org>2006-10-25 23:52:17 +0000
commitf7e31a4be9ce27e7f1513b4aee53a1f3c6b1c238 (patch)
tree578ee50d4183499e1cdc14e3d653fccbdf81c45e /target/image/x86/Makefile
parent22e8c9d05e632c67c3f042dbdadf1580f1ffe009 (diff)
downloadupstream-f7e31a4be9ce27e7f1513b4aee53a1f3c6b1c238.tar.gz
upstream-f7e31a4be9ce27e7f1513b4aee53a1f3c6b1c238.tar.bz2
upstream-f7e31a4be9ce27e7f1513b4aee53a1f3c6b1c238.zip
some minor cleanup
SVN-Revision: 5294
Diffstat (limited to 'target/image/x86/Makefile')
-rw-r--r--target/image/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile
index 8c0cde440f..dfafe4241f 100644
--- a/target/image/x86/Makefile
+++ b/target/image/x86/Makefile
@@ -29,7 +29,7 @@ ifeq ($(CONFIG_X86_GRUB_IMAGES),y)
endef
define Image/Build/grub
- mkdir -p $(KDIR)/root.grub/boot/grub
+ mkdir -p $(KDIR)/root.grub/boot/grub
$(CP) \
$(STAGING_DIR)/usr/lib/grub/i386-pc/stage1 \
$(STAGING_DIR)/usr/lib/grub/i386-pc/stage2 \