help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why make's include directive does not work


From: Henrik Carlqvist
Subject: Re: Why make's include directive does not work
Date: Tue, 03 Apr 2007 20:40:37 +0200
User-agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.)

"shellux" <liyehua1986@gmail.com> wrote:
>  Maybe, the most odd problem is that, when I remove "include $
> (dependences)" , all problem go away!!! Can you tell me why? Thank you
> very much.

Your make file have rules to create $(dependencies) if they do not exist,
but maybe it is har to include non-existing files. Im only guessing now,
but it might help if you change the line to:

include $(wildcard $(dependences))

The above will filter out not-yet-existing .d files.

regards Henrik
-- 
The address in the header is only to prevent spam. My real address is:
hc1(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost



reply via email to

[Prev in Thread] Current Thread [Next in Thread]