From 7720f0f95ea334382511924ca71c340a4eba85b2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 2 Nov 2014 08:03:34 -0600 Subject: [PATCH] Oops... accidentally checked in a debug-only change with the last commit --- arch/sim/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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