Fix various build-related typos

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-11-15 19:22:47 +00:00
parent 2f5eab1892
commit 7efc94aa3e

View file

@ -154,10 +154,12 @@ define ARCHIVE
endef
endif
define CLEAN
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
define CLEAN
$(Q) rm -f *.o *.a
else
$(Q) rm -f *.o *.a *~ .*.swp
endif
endef
else
define CLEAN
$(Q) rm -f *.o *.a *~ .*.swp
endef
endif