diff options
Diffstat (limited to 'tools/libelf/Makefile')
-rw-r--r-- | tools/libelf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libelf/Makefile b/tools/libelf/Makefile index dbd6eed89a..8036b6f189 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 |