diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-13 03:19:46 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-03-13 03:19:46 +0000 |
commit | 4c9dc87e75b876c7a34fd6227bc947606d72f56b (patch) | |
tree | 0f7f842085f66405a0f13a56e7f7bbb0bcc96475 /Makefile | |
parent | 5f057269f2699d6b9b3a8bfe68f27812a0329c87 (diff) | |
download | busybox-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ | |||
10 | #-------------------------------------------------------------- | 10 | #-------------------------------------------------------------- |
11 | noconfig_targets := menuconfig config oldconfig randconfig \ | 11 | noconfig_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 |