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

This happens with macros as well:

make_target = $(call ${0}_,$(strip ${1}),$(strip ${2}))

define make_target_ =
$(eval ${1}.cc := $(wildcard *.cc))
$(eval ${1}.o  := ${${1}.cc:%.cc=%.o})
$(eval ${1} : ${${1}.o})
endef

# this will cause the same "missing separator" error
$(call make_target, my_thing)


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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