diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile index db1816c4b1..49222ff797 100644 --- a/arch/sim/src/Makefile +++ b/arch/sim/src/Makefile @@ -213,7 +213,7 @@ nuttx$(EXEEXT): cleanrel nuttx.rel $(HOSTOBJS) $(Q) $(NM) $(TOPDIR)/$@ | \ grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \ sort > $(TOPDIR)/System.map - #$(Q) rm -f nuttx.rel + $(Q) rm -f nuttx.rel # This is part of the top-level export target