Never mind. I see what the problem was. I used $(MAKE). But I actually should use $$(MAKE) when I want to pass it to a macro.
On Thu, Mar 10, 2011 at 11:10 AM, Peng Yu <[email protected]> wrote: > Hi, > > I get the warning as shown in the subject when I use 'make -j<number>' > (the warning doesn't show if I use 'make -j'). I am not able to create > a standalone test case, because my Makefile uses some customized make > library. But could anybody give me some hint on what may cause this > problem? Thanks. > > -- > Regards, > Peng > -- Regards, Peng _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
