Skip to content

Commit

Permalink
Use the MAKE variable when available
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 17, 2006
1 parent 61afe51 commit a4de08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
])

0 comments on commit a4de08f

Please sign in to comment.