diff configure.in @ 1640:5eaab017cc28

Use the MAKE variable when available
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Apr 2006 03:58:29 +0000
parents ebd1aedb1292
children 9f59d4c5aaea
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
 ])