Skip to content
Snippets Groups Projects
Commit a5be2691 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Clarified makefilegen option '-m' in reference guide


Change-Id: Idac2e6a8091acdd5c3da1a65142c6c52f895e5ec
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent adc781f8
No related branches found
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@ Create the makefile with library as the default target. The name of the generate
* `-m`
+
Always use `makedepend` for dependencies. By default, for makefiles used by GNU `make`, the compiler (usually GCC) is used to generate dependency information in an incremental fashion. This switch reverts to the process for generic make tools, which uses the `makedepend` tool.
Always use `makedepend` for dependencies. By default, for makefiles used by GNU `make`, the compiler (usually GCC) is used to generate dependency information in an incremental fashion. This switch reverts to the process for generic make tools, which use the `makedepend` tool. This switch has no effect if switch `-g` (GNU make) is not set.
* `-M`
+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment