Browse Source

busybox: remove config dependency on busybox-source

busybox-source target doesn't need to depend on the config file.
Patch by Simon Pasch.
Peter Korsgaard 17 years ago
parent
commit
1af1c77554
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/busybox.mk

+ 1 - 1
package/busybox/busybox.mk

@@ -125,7 +125,7 @@ endif
 
 busybox: uclibc $(TARGET_DIR)/bin/busybox
 
-busybox-source: $(DL_DIR)/$(BUSYBOX_SOURCE) $(BUSYBOX_CONFIG_FILE)
+busybox-source: $(DL_DIR)/$(BUSYBOX_SOURCE)
 
 busybox-unpacked: $(BUSYBOX_DIR)/.unpacked