summaryrefslogtreecommitdiffstats
path: root/tools/libelf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libelf/Makefile')
-rw-r--r--tools/libelf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libelf/Makefile b/tools/libelf/Makefile
index dbd6eed89..8036b6f18 100644
--- a/tools/libelf/Makefile
+++ b/tools/libelf/Makefile
@@ -32,7 +32,7 @@ endef
define Host/Compile
- $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR)/lib/ libelf.a
+ +$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR)/lib/ libelf.a
endef
define Host/Install