aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-13 03:19:46 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-13 03:19:46 +0000
commit4c9dc87e75b876c7a34fd6227bc947606d72f56b (patch)
tree0f7f842085f66405a0f13a56e7f7bbb0bcc96475 /Makefile
parent5f057269f2699d6b9b3a8bfe68f27812a0329c87 (diff)
downloadbusybox-w32-4c9dc87e75b876c7a34fd6227bc947606d72f56b.tar.gz
busybox-w32-4c9dc87e75b876c7a34fd6227bc947606d72f56b.tar.bz2
busybox-w32-4c9dc87e75b876c7a34fd6227bc947606d72f56b.zip
"make help" should not build the configurator first.
git-svn-id: svn://busybox.net/trunk/busybox@14528 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-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