From 6afa5ccf725efcbacf73abafd90e6c3d0b6b89b2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 1 Aug 2009 23:42:07 +0000 Subject: [PATCH] Fix clean target error git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2003 42af7a65-404d-4744-a932-0658087f49c3 --- examples/thttpd/content/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/thttpd/content/Makefile b/examples/thttpd/content/Makefile index 30d6c23aed..9df3ec93a1 100644 --- a/examples/thttpd/content/Makefile +++ b/examples/thttpd/content/Makefile @@ -99,6 +99,6 @@ $(SYMTAB): build clean: $(foreach DIR, $(SUBDIRS), $(DIR)_clean) @rm -f $(ROMFS_HDR) $(ROMFS_IMG) $(SYMTAB) @rm -rf $(ROMFS_DIR) - @rm *~ .*.swp + @rm -f *~ .*.swp