Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-13 22:30:06 +0300
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-13 22:30:06 +0300
commita25d83b282eb763cd6915622242a5c7028a98539 (patch)
tree103d9fefea702349b6811748b67874ce883b0d86 /Makefile
parentdf10094870c28cc0c6c5577c9aa03b8ede9cb8a6 (diff)
- remove superfluous dependency which was fixed in r14527
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe346b0d4..9df88d5bd 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ include $(top_srcdir)/Rules.mak
ifneq ($(strip $(HAVE_DOT_CONFIG)),y)
# Default target if none was requested explicitly
-all: defconfig menuconfig
+all: menuconfig
# warn if no configuration exists and we are asked to build a non-config target
.config: