From 9e1f528c3634af3ce3650c1784f20eeae62abe42 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 29 May 2008 21:38:00 -0700 Subject: 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. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES') 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 ---- -- cgit v1.2.1