Re: Why make's include directive does not work

2007-04-06 Thread shellux
On Apr 4, 2:40 am, Henrik Carlqvist <[EMAIL PROTECTED]> wrote: > "shellux" <[EMAIL PROTECTED]> 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

Re: Why make's include directive does not work

2007-04-03 Thread Henrik Carlqvist
"shellux" <[EMAIL PROTECTED]> 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-e

Why make's include directive does not work

2007-04-03 Thread shellux
Hi: I have a problem when I come to managing my c library using gnu make(version 3.81). There is a rule named pyscript/init.py in my makefile below(see my makefile below). This rule should is invoked after make find include directive (include pyscript/init), but in fact, in my computer(runni