From 470df2c9de265c4dffbf610f1617ac4e835888df Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 4 Jul 2022 21:14:24 +0200 Subject: doc: --gen-depends is not available with mcode. Fix #2121 --- doc/using/InvokingGHDL.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/using') diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst index 2870075b4..875a706ae 100644 --- a/doc/using/InvokingGHDL.rst +++ b/doc/using/InvokingGHDL.rst @@ -311,9 +311,12 @@ Generate dependency file command [``--gen-depends``] Generate a Makefile containing only dependencies to build a design unit. -This command works like the make and gen-makefile commands (see :option:`-m`), but instead of a full makefile only -dependencies without rules are generated on the standard output. -These rules can then be integrated in another Makefile. +This command works like the make and gen-makefile commands (see +:option:`-m`), but instead of a full makefile only dependencies +without rules are generated on the standard output. These rules can +then be integrated in another Makefile. + +This command is not available with the mcode backend. .. _GHDL:options: -- cgit v1.2.3