From 693b64828817a2c0da31e062ff9e335eacca62e7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 29 Aug 2008 17:12:43 +0000 Subject: [PATCH] Fix clean target git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@844 42af7a65-404d-4744-a932-0658087f49c3 --- arch/sim/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile index cd51e047a64..a0e857ed3a4 100644 --- a/arch/sim/src/Makefile +++ b/arch/sim/src/Makefile @@ -127,10 +127,11 @@ depend: .depend clean: @rm -f nuttx.rel libarch$(LIBEXT) *~ .*.swp - @rm -f nuttx.rel Linux-names.dat Cygwin-names.dat + @rm -f nuttx.rel GNU/Linux-names.dat Cygwin-names.dat $(call CLEAN) distclean: clean @rm -f Make.dep .depend + @rm -rf GNU -include Make.dep