From dd54bf1522615d5ec4c34fa3fdac91c6a4c726b0 Mon Sep 17 00:00:00 2001 From: Yu Ding Date: Mon, 31 Dec 2018 00:56:55 -0800 Subject: [PATCH] Fix make -j dependency Signed-off-by: Yu Ding --- sdk/trts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/trts/Makefile b/sdk/trts/Makefile index dfe886aec..0e23af10a 100644 --- a/sdk/trts/Makefile +++ b/sdk/trts/Makefile @@ -71,7 +71,7 @@ $(OBJS2): %.o: %.cpp $(CXX) -c $(TCXXFLAGS) $(CPPFLAGS) -fPIC $< -o $@ .PHONY: elf_parser -elf_parser: +elf_parser: $(OBJS) $(MAKE) -C linux .PHONY: clean