mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
Fixes build breakage as seen by Ulf et al.
This commit is contained in:
@@ -35,7 +35,7 @@ $(NANO_DIR)/.configured: $(NANO_DIR)/.unpacked
|
||||
touch $(NANO_DIR)/.configured
|
||||
|
||||
$(NANO_DIR)/$(NANO_BINARY): $(NANO_DIR)/.configured
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(NANO_DIR)
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(NANO_DIR)
|
||||
|
||||
$(TARGET_DIR)/$(NANO_TARGET_BINARY): $(NANO_DIR)/$(NANO_BINARY)
|
||||
install -D $(NANO_DIR)/$(NANO_BINARY) $(TARGET_DIR)/$(NANO_TARGET_BINARY)
|
||||
|
||||
Reference in New Issue
Block a user