diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 6 | 
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@  GNU make NEWS                                               -*-indented-text-*-    History of user-visible changes. -  3 March 2005 +  13 May 2005  Copyright (C) 2002,2003,2004,2005  Free Software Foundation, Inc.  See the end for copying conditions. @@ -34,6 +34,10 @@ Version 3.81beta3    used to resolve target files.  The default behavior remains as it    always has: use the modification time of the actual target file only. +* The "else" conditional line can now be followed by any other legal +  conditional on the same line: this does not increase the depth of the +  conditional nesting. +  * All pattern-specific variables that match a given target are now used    (previously only the first match was used).  | 
