summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-29 21:38:00 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-29 21:38:00 -0700
commit9e1f528c3634af3ce3650c1784f20eeae62abe42 (patch)
tree5f3cf4ae0240b09c62548174f6584ca2b123c840 /CHANGES
parent46fe1eed76bbb4ede2ddc0265d6b5e6cc2389abf (diff)
downloadnasm-9e1f528c3634af3ce3650c1784f20eeae62abe42.tar.gz
Add the -MP option to emit phony targets
Add the -MP option to emit phony targets. Since this means each header file has to be visited more than once, change the implementation to use an internal list of all the dependencies, and centralize the emission of the dependency files.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e60fbc7f..f4f480b3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,7 @@
* SAFESEH support for Win32, IMAGEREL for Win64 (SEH).
* %? and %?? to refer to the name of a macro itself. In particular,
"%idefine keyword $%?" can be used to make a keyword "disappear".
-* New options for dependency generation: -MD, -MF, -MT, -MQ.
+* New options for dependency generation: -MD, -MF, -MP, -MT, -MQ.
2.02
----