diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-09-09 17:09:00 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-09-09 17:09:00 -0700 |
commit | 553409947383bef4f38f642151657cdc66a9fab7 (patch) | |
tree | 89214f2919db72acda6eaa28be4b6761a2c4cea8 /doc/nasmdoc.src | |
parent | e55e53db1d91aa618a92463de4fed9fe730652e8 (diff) | |
download | nasm-553409947383bef4f38f642151657cdc66a9fab7.tar.gz nasm-553409947383bef4f38f642151657cdc66a9fab7.tar.bz2 nasm-553409947383bef4f38f642151657cdc66a9fab7.zip |
When generate dependency names internally, quote filenames
Quote filenames for Make when generated for filenames internally.
Only skip quoting when using the -MT option (rather than -MQ).
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc/nasmdoc.src')
-rw-r--r-- | doc/nasmdoc.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 0d21090..55dbfc0 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -626,7 +626,8 @@ specified by the \c{-o} option. The \c{-MQ} option acts as the \c{-MT} option, except it tries to quote characters that have special meaning in Makefile syntax. This is not foolproof, as not all characters with special meaning are -quotable in Make. +quotable in Make. The default output (if no \c{-MT} or \c{-MQ} option +is specified) is automatically quoted. \S{opt-MP} The \i\c{-MP} Option: Emit phony targets |