busybox: remove config dependency on busybox-source

busybox-source target doesn't need to depend on the config file.
Patch by Simon Pasch.
This commit is contained in:
Peter Korsgaard 2008-03-11 08:17:03 +00:00
parent f5b96fc71d
commit 1af1c77554

View File

@ -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