summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorEric Andersen2006-07-09 02:38:38 +0200
committerEric Andersen2006-07-09 02:38:38 +0200
commit9377ea714978944dbc418676b254b905dd105a9a (patch)
treec83578e5688ade828369c48252b025441c62fb0d /package/busybox
parentfixup xorg compile -- it now at least compiles and runs for me on x86 (diff)
downloadbuildroot-9377ea714978944dbc418676b254b905dd105a9a.tar.gz
buildroot-9377ea714978944dbc418676b254b905dd105a9a.tar.xz
buildroot-9377ea714978944dbc418676b254b905dd105a9a.zip
fix dependancy
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/busybox.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index 595afd701..dff12cf64 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -25,7 +25,7 @@ $(DL_DIR)/$(BUSYBOX_SOURCE):
busybox-source: $(DL_DIR)/$(BUSYBOX_SOURCE) $(BUSYBOX_CONFIG_FILE)
-$(BUSYBOX_DIR)/.unpacked: $(DL_DIR)/$(BUSYBOX_SOURCE) $(BUILD_DIR)
+$(BUSYBOX_DIR)/.unpacked: $(DL_DIR)/$(BUSYBOX_SOURCE)
$(BUSYBOX_UNZIP) $(DL_DIR)/$(BUSYBOX_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
ifeq ($(BR2_PACKAGE_SYSKLOGD),y)
# if we have external syslogd, force busybox to use it