Am 19.04.2010 15:08, schrieb Stefan Reinauer: > This hunk breaks compiling sconfig on my system. Changing it to the > following fixes it again:
> +$(obj)/util/%.o: $(obj)/util/%.c $(obj)/config.h This should be +$(objutil)/%.o: $(objutil)/%.c $(obj)/config.h > + printf " HOSTCC $(subst $(obj)/,,$(@))\n" > + $(HOSTCC) -MMD $(HOSTCFLAGS) -c -o $@ $< > + Other than that, you're right. I didn't notice because abuild always keeps objutil outside obj. Patrick -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

