diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-07-04 21:14:24 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-07-04 21:14:24 +0200 |
commit | 470df2c9de265c4dffbf610f1617ac4e835888df (patch) | |
tree | 76287fa6b11048991adc2e687877f85ef5123a69 /doc | |
parent | da2efff4d82663041c133485eac5c1dcd83c3d43 (diff) | |
download | ghdl-470df2c9de265c4dffbf610f1617ac4e835888df.tar.gz ghdl-470df2c9de265c4dffbf610f1617ac4e835888df.tar.bz2 ghdl-470df2c9de265c4dffbf610f1617ac4e835888df.zip |
doc: --gen-depends is not available with mcode. Fix #2121
Diffstat (limited to 'doc')
-rw-r--r-- | doc/using/InvokingGHDL.rst | 9 |
1 files changed, 6 insertions, 3 deletions
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: |