commit | 19808fea7655724ce71f00135e03c02bcabe6795 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Mon Mar 13 03:19:46 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Mon Mar 13 03:19:46 2006 +0000 |
tree | 0f7f842085f66405a0f13a56e7f7bbb0bcc96475 | |
parent | 9dc6913896d3b5f7bb339731c042372601cc755b [diff] [blame] |
"make help" should not build the configurator first.
diff --git a/Makefile b/Makefile index 64293b8..879c4d6 100644 --- a/Makefile +++ b/Makefile
@@ -10,7 +10,7 @@ #-------------------------------------------------------------- noconfig_targets := menuconfig config oldconfig randconfig \ defconfig allyesconfig allnoconfig allbareconfig \ - clean distclean \ + clean distclean help \ release tags # the toplevel sourcedir