changeset 1640:5eaab017cc28

Use the MAKE variable when available
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Apr 2006 03:58:29 +0000
parents 0f466fb614a9
children 5cf11b00b900
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Apr 17 03:37:30 2006 +0000
+++ b/configure.in	Mon Apr 17 03:58:29 2006 +0000
@@ -2592,5 +2592,5 @@
     Makefile sdl-config SDL.spec SDL.qpg
 ], [
     : >build-deps
-    make depend
+    if test x"$MAKE" = x; then MAKE=make; fi; $MAKE depend
 ])