diff --git a/examples/elf/tests/Makefile b/examples/elf/tests/Makefile index 03c1ca34f..fd9782196 100644 --- a/examples/elf/tests/Makefile +++ b/examples/elf/tests/Makefile @@ -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