Follow-up Comment #3, bug #27047 (project make):

You can get the desired behavior using the second expansion feature (note
$$):

.SECONDEXPANSION:

all:    test1001.out

foo:
        @echo making foo

test1%.out:     TEST=foo

test%.out:      $${TEST}
        @echo making test$*.out with TEST=${TEST}


    _______________________________________________________

Reply to this item at:

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

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



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to