Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1639:0f466fb614a9 | 1640:5eaab017cc28 |
---|---|
2590 | 2590 |
2591 AC_OUTPUT([ | 2591 AC_OUTPUT([ |
2592 Makefile sdl-config SDL.spec SDL.qpg | 2592 Makefile sdl-config SDL.spec SDL.qpg |
2593 ], [ | 2593 ], [ |
2594 : >build-deps | 2594 : >build-deps |
2595 make depend | 2595 if test x"$MAKE" = x; then MAKE=make; fi; $MAKE depend |
2596 ]) | 2596 ]) |