Hi,

I'm trying to write a generic rule like this :

$(destdir)/%: $(objs-%)
  command ...

unfortunately, when I try to "make path_to/target", $(objs-%) is empty and
not replaced bu the content of $(objs-target).
I've tried with $(@F) instead of % but it was unsuccessful too.

Any idea of how I can do that ?

--
Mickaël.



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to