summaryrefslogtreecommitdiffstats
path: root/nuttx/examples/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-01-08 13:41:00 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-01-08 13:41:00 +0000
commit6733a15446484e7e3469b9eb38b38746413c8fff (patch)
tree17fe86f40193e66075a26448d7bac95299f495e9 /nuttx/examples/ostest
parent08ff41c7aefd167ed8cbd0e3aba5255bdc08822c (diff)
Reduce make output
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@526 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/examples/ostest')
-rw-r--r--nuttx/examples/ostest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/ostest/Makefile b/nuttx/examples/ostest/Makefile
index f87e9f3d20..143d331608 100644
--- a/nuttx/examples/ostest/Makefile
+++ b/nuttx/examples/ostest/Makefile
@@ -85,7 +85,7 @@ $(BIN): $(OBJS)
.depend: Makefile $(SRCS)
@$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
- touch $@
+ @touch $@
depend: .depend