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
commitc8dd870f088814cb37481015ab8c6a6d9af360b3 (patch)
treecd6916cfb4ebe28f8cf551a06f6dea5ac3a6c65f /target/image/x86/Makefile
parent3562984cb2ffaa9442160f739956c1049bf1dc3e (diff)
downloadupstream-c8dd870f088814cb37481015ab8c6a6d9af360b3.tar.gz
upstream-c8dd870f088814cb37481015ab8c6a6d9af360b3.tar.bz2
upstream-c8dd870f088814cb37481015ab8c6a6d9af360b3.zip
some minor cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5294 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 \