- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).

Fixes build breakage as seen by Ulf et al.
This commit is contained in:
Bernhard Reutner-Fischer
2007-07-09 08:30:38 +00:00
parent 81df22641f
commit 9bb66ca13e
21 changed files with 28 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ $(LIBUSB_DIR)/.configured: $(LIBUSB_DIR)/.unpacked
touch $(LIBUSB_DIR)/.configured
$(STAGING_DIR)/$(LIBUSB_BINARY): $(LIBUSB_DIR)/.configured
$(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(LIBUSB_DIR)
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(LIBUSB_DIR)
$(MAKE) -C $(LIBUSB_DIR) DESTDIR=$(STAGING_DIR) install
$(TARGET_DIR)/$(LIBUSB_BINARY): $(STAGING_DIR)/$(LIBUSB_BINARY)