summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 18:29:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-29 18:29:42 +0000
commit66d7eb8e229a93e7401c5b9a7187999cdb53ae7c (patch)
treea60f404d5f9b73bb6763e5ed06fee6692650a6c7 /nuttx/net
parent70d57a9ce392dcd8553fd54e8a2baeb5fd9c8a97 (diff)
downloadpx4-nuttx-66d7eb8e229a93e7401c5b9a7187999cdb53ae7c.tar.gz
px4-nuttx-66d7eb8e229a93e7401c5b9a7187999cdb53ae7c.tar.bz2
px4-nuttx-66d7eb8e229a93e7401c5b9a7187999cdb53ae7c.zip
Fixes for clean Neuros OSD NSH build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@851 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index 42a02fdf0..b43943396 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -99,6 +99,6 @@ clean:
$(call CLEAN)
distclean: clean
- rm -f Make.dep .depend
+ @rm -f Make.dep .depend
-include Make.dep