[bug #31155] .SECONDEXPANSION: incorrect order only parsing in patterns

2010-09-30 Thread anonymous
Additional Item Attachment, bug #31155 (project make): File name: 20100930.txt Size:0 KB ___ Reply to this item at: <http://savannah.gnu.org/bugs/?31155> ___ M

[bug #31155] .SECONDEXPANSION: incorrect order only parsing in patterns

2010-09-30 Thread anonymous
Follow-up Comment #2, bug #31155 (project make): Sorry, I thought I had to attach this comment; here it is directly: >From running GNU Make 3.82 in a debugger: For target "foo", pattern_search() treats "$(PREREQS)" as one word not equal to "|", and therefore does not set the order-only flag. I