summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/pjrc-8051
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-02-09 19:31:29 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-02-09 19:31:29 +0000
commitd5d502460f9de1bb8a6046f3962afee54c208552 (patch)
tree1d5f16fb32c50f23c77043a59c0310437baa1a88 /nuttx/configs/pjrc-8051
parent17a23a4bf2626a708262aa0b69c65dc0c658b1c8 (diff)
Cleanup make output
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@662 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/pjrc-8051')
-rw-r--r--nuttx/configs/pjrc-8051/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/pjrc-8051/src/Makefile b/nuttx/configs/pjrc-8051/src/Makefile
index 0d6a7f05a2..d6af2a6fe7 100644
--- a/nuttx/configs/pjrc-8051/src/Makefile
+++ b/nuttx/configs/pjrc-8051/src/Makefile
@@ -71,6 +71,6 @@ clean:
$(call CLEAN)
distclean: clean
- rm -f Make.dep .depend
+ @rm -f Make.dep .depend
-include Make.dep