- remove inadequate dependencies prerequisite.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 22 Sep 2007 10:25:09 +0000 (10:25 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 22 Sep 2007 10:25:09 +0000 (10:25 -0000)
  If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct.

package/busybox/busybox.mk

index d9f002859139cd800aeb6efd96001335ec60b361..8e8042b8b4bffc773e1546b0f8d5123faa502a36 100644 (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) -