Use the MAKE variable when available

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401647
This commit is contained in:
Sam Lantinga 2006-04-17 03:58:29 +00:00
parent 859b58d1d6
commit 8a7b961a28

View file

@ -2592,5 +2592,5 @@ AC_OUTPUT([
Makefile sdl-config SDL.spec SDL.qpg
], [
: >build-deps
make depend
if test x"$MAKE" = x; then MAKE=make; fi; $MAKE depend
])