Hi Kai.
$(obj)/sm_tbl_%: $(obj)/gentbl
PATH=$(obj):$$PATH $<
>>> That looks like an excessively complicated workaround. Why not just
>>>
>>> $(obj)/sm_tbl_%: $(obj)/gentbl
>>> $(obj)/gentbl
>>>
>>> instead ?
> I think I like the latter better as well.
Providing it is alwa
Hi Henning.
> [Warning: I am not the make maintainer; I just lurk on bug-make]
Fair warning...
>> $(obj)/sm_tbl_%: $(obj)/gentbl
>> $<
>>
>> obj was set to "." in /usr/src/linux/Rules.make, which was included
>> earlier in the Makefile.
>>
>> Until the make bug is fixed, I have worked a