"make help" should not build the configurator first.

This commit is contained in:
Rob Landley 2006-03-13 03:19:46 +00:00
parent 9dc6913896
commit 19808fea76

View File

@ -10,7 +10,7 @@
#-------------------------------------------------------------- #--------------------------------------------------------------
noconfig_targets := menuconfig config oldconfig randconfig \ noconfig_targets := menuconfig config oldconfig randconfig \
defconfig allyesconfig allnoconfig allbareconfig \ defconfig allyesconfig allnoconfig allbareconfig \
clean distclean \ clean distclean help \
release tags release tags
# the toplevel sourcedir # the toplevel sourcedir