- 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

@@ -35,7 +35,7 @@ $(RSYNC_DIR)/.configured: $(RSYNC_DIR)/.unpacked
touch $(RSYNC_DIR)/.configured
$(RSYNC_DIR)/$(RSYNC_BINARY): $(RSYNC_DIR)/.configured
$(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(RSYNC_DIR)
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(RSYNC_DIR)
$(TARGET_DIR)/$(RSYNC_TARGET_BINARY): $(RSYNC_DIR)/$(RSYNC_BINARY)
install -D $(RSYNC_DIR)/$(RSYNC_BINARY) $(TARGET_DIR)/$(RSYNC_TARGET_BINARY)