On 25/05/2010 09:44, Steven Bosscher wrote: > +# This lists all host objects for the front ends. Extra defines are passed > +# to the compiler for these objects. > +ALL_HOST_FRONTEND_OBJS = $(C_OBJS) > + $(foreach v,$(CONFIG_LANGUAGES),$($(v)_OBJS)) > +
Missing line-continuation backslash there, surely? > Any suggestions how to debug this? "remake -x" is pretty much the only tool I've ever needed even for debugging the most complex makefile problems. http://bashdb.sourceforge.net/remake/ cheers, DaveK