Commit 8a7b961a authored by Sam Lantinga's avatar Sam Lantinga

Use the MAKE variable when available

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401647
parent 859b58d1
...@@ -2592,5 +2592,5 @@ AC_OUTPUT([ ...@@ -2592,5 +2592,5 @@ AC_OUTPUT([
Makefile sdl-config SDL.spec SDL.qpg Makefile sdl-config SDL.spec SDL.qpg
], [ ], [
: >build-deps : >build-deps
make depend if test x"$MAKE" = x; then MAKE=make; fi; $MAKE depend
]) ])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment