>> Well, a way to work around this would be to replace
>> 
>>         -I$(TOPDIR)/include
>> 
>> with
>> 
>>         -I../../include
>> 
>> on the command line, I suppose, with the right amount of "../". A bit
>> hackish, but it should do.
>
>Almost..  The final solution to all problems is to merge
>kbuild-2.5 and then to teach it to use relative pathnames
>when performing a build within the source tree.  Presumably
>that's not hard, but I'm surely about to learn why it's
>not feasible.
What if you just let $TOPDIR = '../..' ?
-- Stevie-OReal programmers use COPY CON PROGRAM.EXE
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/