bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #18139] make chooses wrong pattern rule


From: Boris Kolpackov
Subject: [bug #18139] make chooses wrong pattern rule
Date: Mon, 30 Oct 2006 19:06:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.5) Gecko/20050106 Debian/1.7.5-1

Follow-up Comment #6, bug #18139 (project make):

When GNU make is trying to match a target to an implicit rule it does it in
two passes (implicit.c:432): first without intermediate prerequisites and
then with them. If %.o results in an interemdiate  then, on the first pass,
the first rule will be ignored and the second one will be used.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18139>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]