Skip to content

Commit dd54bf1

Browse files
committed
Fix make -j dependency
Signed-off-by: Yu Ding <dingelish@gmail.com>
1 parent 4baa19d commit dd54bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/trts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $(OBJS2): %.o: %.cpp
7171
$(CXX) -c $(TCXXFLAGS) $(CPPFLAGS) -fPIC $< -o $@
7272

7373
.PHONY: elf_parser
74-
elf_parser:
74+
elf_parser: $(OBJS)
7575
$(MAKE) -C linux
7676

7777
.PHONY: clean

0 commit comments

Comments
 (0)