From 8a7b961a28f090075ee28d7a787bfa64fa19334d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 17 Apr 2006 03:58:29 +0000 Subject: [PATCH] Use the MAKE variable when available --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401647 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 782b396a3..eb9ac2b76 100644 --- a/configure.in +++ b/configure.in @@ -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 ])