- make sure we have a build_$arch dir for -menuconfig even when in a pristine checkout

This commit is contained in:
Bernhard Reutner-Fischer 2007-03-23 13:26:51 +00:00
parent d7d4d7f220
commit e835e0e2a3

View File

@ -109,7 +109,7 @@ endif
busybox: uclibc $(TARGET_DIR)/bin/busybox
busybox-menuconfig: host-sed busybox-source $(BUSYBOX_DIR)/.configured
busybox-menuconfig: host-sed $(BUILD_DIR) busybox-source $(BUSYBOX_DIR)/.configured
$(MAKE) __TARGET_ARCH=$(ARCH) -C $(BUSYBOX_DIR) menuconfig
cp -f $(BUSYBOX_DIR)/.config $(BUSYBOX_CONFIG_FILE)