Skip to content

Commit

Permalink
Fix make -j dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Ding <[email protected]>
  • Loading branch information
dingelish committed Dec 31, 2018
1 parent 4baa19d commit dd54bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/trts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd54bf1

Please sign in to comment.