Did you simply tried to change this line...

> generate = $(1): $(addprefix $(1)-, $(deps))

...to something like this :

define generate
$(1): $(addprefix $(1)-, $(deps))

endef


Regards.

--
Fabrice GIRARDOT




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

Reply via email to