bug-make
[Top][All Lists]
Advanced

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

[bug #16531] Substitution reference and secondary expansion


From: Boris Kolpackov
Subject: [bug #16531] Substitution reference and secondary expansion
Date: Fri, 5 May 2006 19:09:45 +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 #1, bug #16531 (project make):

GNU make gets confused by the % in your patsubst call. You will need to add
an indirection:

.PHONY: foo.bar
.SECONDEXPANSION:
p := %
foo: $$(patsubst $p,$p.bar,$$@); @echo $^


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16531>

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





reply via email to

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