From: nico Date: Sat, 8 May 2010 12:46:25 +0000 (+0000) Subject: image/x86: fix typo when building on Mac OS X (closes: #7303) X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/ff9add18776b9c1fb1dd645242c62c1aa757ef07 image/x86: fix typo when building on Mac OS X (closes: #7303) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21401 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 734736643..2c4cc350e 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -86,7 +86,7 @@ ifneq ($(CONFIG_X86_GRUB_IMAGES),) else define Image/Build/grub - PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" NOGRUB=1 ./gen_image_x86.sh + PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" NOGRUB=1 ./gen_image_x86.sh \ $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \ $(CONFIG_TARGET_KERNEL_PARTSIZE) "" \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1)