aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-13 03:19:46 +0000
committerRob Landley <rob@landley.net>2006-03-13 03:19:46 +0000
commit19808fea7655724ce71f00135e03c02bcabe6795 (patch)
tree0f7f842085f66405a0f13a56e7f7bbb0bcc96475
parent9dc6913896d3b5f7bb339731c042372601cc755b (diff)
downloadbusybox-w32-19808fea7655724ce71f00135e03c02bcabe6795.tar.gz
busybox-w32-19808fea7655724ce71f00135e03c02bcabe6795.tar.bz2
busybox-w32-19808fea7655724ce71f00135e03c02bcabe6795.zip
"make help" should not build the configurator first.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64293b8c7..879c4d6e5 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
10#-------------------------------------------------------------- 10#--------------------------------------------------------------
11noconfig_targets := menuconfig config oldconfig randconfig \ 11noconfig_targets := menuconfig config oldconfig randconfig \
12 defconfig allyesconfig allnoconfig allbareconfig \ 12 defconfig allyesconfig allnoconfig allbareconfig \
13 clean distclean \ 13 clean distclean help \
14 release tags 14 release tags
15 15
16# the toplevel sourcedir 16# the toplevel sourcedir