summaryrefslogtreecommitdiff
path: root/nuttx/examples/thttpd/content/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-01 23:42:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-01 23:42:07 +0000
commit18d1a4bb973a3c084d8cffdec98a49e4f8c79496 (patch)
tree4620fa2fb3edb26677cca795935c4a6ee9cb7500 /nuttx/examples/thttpd/content/Makefile
parentf0544a50bce8da3ff862733c02c5e6010aad833a (diff)
downloadpx4-nuttx-18d1a4bb973a3c084d8cffdec98a49e4f8c79496.tar.gz
px4-nuttx-18d1a4bb973a3c084d8cffdec98a49e4f8c79496.tar.bz2
px4-nuttx-18d1a4bb973a3c084d8cffdec98a49e4f8c79496.zip
Fix clean target error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2003 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/thttpd/content/Makefile')
-rw-r--r--nuttx/examples/thttpd/content/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/thttpd/content/Makefile b/nuttx/examples/thttpd/content/Makefile
index 30d6c23ae..9df3ec93a 100644
--- a/nuttx/examples/thttpd/content/Makefile
+++ b/nuttx/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