diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-13 19:30:06 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-03-13 19:30:06 +0000 |
commit | a25d83b282eb763cd6915622242a5c7028a98539 (patch) | |
tree | 103d9fefea702349b6811748b67874ce883b0d86 | |
parent | df10094870c28cc0c6c5577c9aa03b8ede9cb8a6 (diff) | |
download | busybox-w32-a25d83b282eb763cd6915622242a5c7028a98539.tar.gz busybox-w32-a25d83b282eb763cd6915622242a5c7028a98539.tar.bz2 busybox-w32-a25d83b282eb763cd6915622242a5c7028a98539.zip |
- remove superfluous dependency which was fixed in r14527
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ include $(top_srcdir)/Rules.mak | |||
144 | ifneq ($(strip $(HAVE_DOT_CONFIG)),y) | 144 | ifneq ($(strip $(HAVE_DOT_CONFIG)),y) |
145 | 145 | ||
146 | # Default target if none was requested explicitly | 146 | # Default target if none was requested explicitly |
147 | all: defconfig menuconfig | 147 | all: menuconfig |
148 | 148 | ||
149 | # warn if no configuration exists and we are asked to build a non-config target | 149 | # warn if no configuration exists and we are asked to build a non-config target |
150 | .config: | 150 | .config: |