On 4/19/10 10:17 PM, Patrick Georgi wrote:
Am 19.04.2010 17:56, schrieb Patrick Georgi:
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.
New version. Tested with abuild and without (ie. with $(objutil) inside $(obj))
Acked-by: Stefan Reinauer stepan@coresystems.de