fixes u-boot compile in clean tree
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 May 2008 10:03:15 +0000 (10:03 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 May 2008 10:03:15 +0000 (10:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11133 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ifxmips/image/u-boot/Makefile

index c92a1a3..e01bb01 100644 (file)
@@ -26,6 +26,7 @@ define Build/Compile
 endef
 
 define Build/InstallDev
+       mkdir -p $(BIN_DIR)
        dd if=$(PKG_BUILD_DIR)/u-boot.ifx of=$(BIN_DIR)/u-boot.ifx bs=64k conv=sync
 endef
 
This page took 0.026072 seconds and 4 git commands to generate.