extentions, as they in turn may invoke $MAKE, and should invoke the
same $MAKE as at the top level, which may not be $Config{make}
p4raw-id: //depot/perl@27693
realclean) ;;
*) # Give makefile an opportunity to rewrite itself.
# reassure users that life goes on...
- $MAKE config $passthru || echo "$MAKE config failed, continuing anyway..."
+ $MAKE config MAKE=$MAKE $passthru || echo "$MAKE config failed, continuing anyway..."
;;
esac
-$MAKE $makeopts $target $makeargs $passthru || exit
+$MAKE $makeopts $target MAKE=$MAKE $makeargs $passthru || exit
exit $?