- remove inadequate dependencies prerequisite.

If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct.
This commit is contained in:
Bernhard Reutner-Fischer 2007-09-22 10:25:09 +00:00
parent 93ae7ac63f
commit 5f0baad293
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ endif
$(DL_DIR)/$(BUSYBOX_SOURCE):
$(WGET) -P $(DL_DIR) $(BUSYBOX_SITE)/$(BUSYBOX_SOURCE)
busybox-source: $(DL_DIR)/$(BUSYBOX_SOURCE) $(BUSYBOX_CONFIG_FILE) dependencies
busybox-source: $(DL_DIR)/$(BUSYBOX_SOURCE) $(BUSYBOX_CONFIG_FILE)
$(BUSYBOX_DIR)/.unpacked: $(DL_DIR)/$(BUSYBOX_SOURCE)
$(BUSYBOX_UNZIP) $(DL_DIR)/$(BUSYBOX_SOURCE) | tar -C $(PROJECT_BUILD_DIR) $(TAR_OPTIONS) -