diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2013-02-05 07:16:01 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-05 21:38:16 +0100 |
commit | f026d3642d9ea3bcbc85f2f1ab302a3e35eaa0de (patch) | |
tree | bd9894aa112a6c0a333dc010c02504533c57f46a /package/busybox | |
parent | 7f86089292e4fa7e6a7b1907611bd007153f452a (diff) | |
download | buildroot-novena-f026d3642d9ea3bcbc85f2f1ab302a3e35eaa0de.tar.gz buildroot-novena-f026d3642d9ea3bcbc85f2f1ab302a3e35eaa0de.zip |
busybox: busybox-update-config should depend on busybox-configure
Before the config file can be copied, it has to exist. The
other xxx-update-config targets do this as well.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/busybox.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk index 9154c0892..599e14553 100644 --- a/package/busybox/busybox.mk +++ b/package/busybox/busybox.mk @@ -223,5 +223,5 @@ busybox-menuconfig busybox-xconfig busybox-gconfig: busybox-patch rm -f $(BUSYBOX_DIR)/.stamp_built rm -f $(BUSYBOX_DIR)/.stamp_target_installed -busybox-update-config: +busybox-update-config: busybox-configure cp -f $(BUSYBOX_BUILD_CONFIG) $(BUSYBOX_CONFIG_FILE) |