summaryrefslogtreecommitdiff
path: root/doc/changes.src
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-09-09 17:09:00 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-09-09 17:09:00 -0700
commit553409947383bef4f38f642151657cdc66a9fab7 (patch)
tree89214f2919db72acda6eaa28be4b6761a2c4cea8 /doc/changes.src
parente55e53db1d91aa618a92463de4fed9fe730652e8 (diff)
downloadnasm-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/changes.src')
-rw-r--r--doc/changes.src8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index ad16800..63077c4 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -7,6 +7,14 @@
The NASM 2 series supports x86-64, and is the production version of NASM
since 2007.
+\S{cl-2.10.06} Version 2.10.06
+
+\b Always quote the dependency source names when using the automatic
+dependency generation options.
+
+\b If no dependency target name is specified via the \c{-MT} or
+\c{-MQ} options, quote the default output name.
+
\S{cl-2.10.05} Version 2.10.05
\b Add the \c{CLAC} and \c{STAC} instructions.