# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37325] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37325 >
make needs to know when another instance of make is being invoked in order to manage a parallel build. make only understand $(MAKE) to cause another invocation (that's not strictly true but I'm unsure of how portable the '+' operator is, so I don't think it's an option for Parrot). The functionality of $(MAKE_C) should be moved to configure time so this variable can be replaced with $(MAKE). -J --