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
"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
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