why as I tried to do 'include' command in a recipe it gave : make[1]: include: Command not found make[1]: *** [Makefile:537: .depend] Error 127
How to do it such, must not be in global (the same scope of target) On 6/16/20, Budi <[email protected]> wrote: > How can we have make's 'include' command in makefile not to precede > the first/default target in the actual processes? > I found it always processed the earliest, how to solve this? >
