From a5be26914f60b8f20863906b682d8f33892717bd Mon Sep 17 00:00:00 2001 From: Botond Baranyi <botond.baranyi@ericsson.com> Date: Tue, 6 Aug 2019 11:54:55 +0200 Subject: [PATCH] Clarified makefilegen option '-m' in reference guide Change-Id: Idac2e6a8091acdd5c3da1a65142c6c52f895e5ec Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com> --- usrguide/referenceguide/6-compiling_ttcn3_and_asn1_modules.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrguide/referenceguide/6-compiling_ttcn3_and_asn1_modules.adoc b/usrguide/referenceguide/6-compiling_ttcn3_and_asn1_modules.adoc index dbb2b1ba3..47ee1d286 100644 --- a/usrguide/referenceguide/6-compiling_ttcn3_and_asn1_modules.adoc +++ b/usrguide/referenceguide/6-compiling_ttcn3_and_asn1_modules.adoc @@ -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` + -- GitLab