Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Driver 2002-11-08 problems
Klaus Schmidinger wrote:
>Not if '$(wildcard *.d)' doesn't return any names.
>'-include' only suppresses error messages if any of the _given_
>files doesn't exist.
>
>
That's why we should use
ifneq ($(wildcard .*.d),)
include $(wildcard .*.d)
endif
Florian
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index