9
0
Fork 0

Fix clean issue

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@718 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-02-20 20:05:38 +00:00
parent 3cd8420d40
commit 631d7df3ec
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