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: shellux
Subject: Re: Why make's include directive does not work
Date: 6 Apr 2007 04:53:56 -0700
User-agent: G2/1.0

On Apr 4, 2:40 am, Henrik Carlqvist <Henrik.Carlqv...@deadspam.com>
wrote:
> "shellux" <liyehua1...@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

Your suggests are very good. Thank you!!
I have already solved this problem.



reply via email to

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