Skip to content

Commit

Permalink
Revert "examples: elf: Fix parallel build errors at link time"
Browse files Browse the repository at this point in the history
This reverts commit 176fd27.
  • Loading branch information
liuguo09 authored and masayuki2009 committed Mar 19, 2020
1 parent d788637 commit 47c0df6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/elf/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ $(DIRLIST_HDR) : populate
# Create the exported symbol table

$(SYMTAB_SRC): populate
$(Q) $(TESTS_DIR)/mksymtab.sh $(FSIMG_DIR) >$@_tmp
$(Q) mv $@_tmp $@
$(Q) $(TESTS_DIR)/mksymtab.sh $(FSIMG_DIR) >$@

# Clean each subdirectory

Expand Down

0 comments on commit 47c0df6

Please sign in to comment.