Fix clean issue

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@718 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-02-20 20:05:38 +00:00
parent cbc6fcce57
commit c1d789accf
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ clean:
@rm -f $(BIN) *~ .*.swp
$(call CLEAN)
@( for dir in $(SUBDIRS); do \
rm $(dir)/*~ $(dir)/.*.swp; \
rm -f $${dir}/*~ $${dir}/.*.swp; \
done ; )
@$(MAKE) -C dhcpd -f Makefile.host clean