Follow-up Comment #1, bug #16928 (project make):

Have you seen the _uniq_ function from the make standard library?


uniq = $(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1)))


    _______________________________________________________

Reply to this item at:

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

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


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

Reply via email to