Guido Draheim wrote: > > It works, it's just unusual to work it out this way. Using an > absolute path is much more common here, usually it stands as > KERNEL_LOCATION = /lib/modules and (cd $(KERNEL_LOCATION)...) > instead of > KERNEL_LOCATION = lib/modules and (cd /$(KERNEL_LOCATION)...) > And btw, it's not quite unusual to use autocompletion as in > make VAR=/lib/<tab><tab> as well here, which is a bit more > straight with using an absolute path on the variable as well > in the original code.
You're right and I comitted a changed Makefile. Regards, Johannes -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
