Allow for overriding make tool from environment

gmake (GNU make) appears to handle some dependencies better here than
bmake (BSD make).



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1515 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2021-12-10 22:34:57 +00:00
parent 2df2587155
commit 6264404cc1

View File

@@ -51,4 +51,4 @@ env \
--host=$(../../config.guess) \
--target=${tgt}
make all
${MAKE:-make} all