[git commit] buildsys: fix setting MAKE
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Thu May 31 15:49:10 UTC 2012
commit: http://git.uclibc.org/uClibc++/commit/?id=531d6f7a04efbbb08515bc086a36607b3ec18a09
branch: http://git.uclibc.org/uClibc++/commit/?id=refs/heads/master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 30040a7..8cac4aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-MAKE = make
+MAKE ?= make
SUBDIRS = bin include src
# User defines:
More information about the uClibc-cvs
mailing list