diff options
Diffstat (limited to 'package/make')
-rw-r--r-- | package/make/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/make/Config.in b/package/make/Config.in index 724ca3f65..ec66c149e 100644 --- a/package/make/Config.in +++ b/package/make/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_MAKE - bool"make" + bool "make" default n help - Add help text here. + A tool which controls the generation of executables and other + non-source files of a program from the program's source files. + http://www.gnu.org/software/make/ |