summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-30 14:26:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-30 14:26:04 +0000
commit808f3c791f8bc9742a6e42a12a1b235c1c3642c8 (patch)
tree08b58e4127a77e0726ddcaa8d0ee0c98de34e824 /apps/examples
parent7913d4b1fa7d380e350babb15377174bc38b7726 (diff)
downloadnuttx-808f3c791f8bc9742a6e42a12a1b235c1c3642c8.tar.gz
nuttx-808f3c791f8bc9742a6e42a12a1b235c1c3642c8.tar.bz2
nuttx-808f3c791f8bc9742a6e42a12a1b235c1c3642c8.zip
Add getsockname()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3650 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/nettest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile
index 323cac952..e9489a6be 100644
--- a/apps/examples/nettest/Makefile
+++ b/apps/examples/nettest/Makefile
@@ -91,7 +91,7 @@ $(TARG_AOBJS): %$(OBJEXT): %.S
$(TARG_COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
-"$(TARG_BIN)": $(TARG_OBJS) $(HOST_BIN)
+$(TARG_BIN): $(TARG_OBJS) $(HOST_BIN)
@( for obj in $(TARG_OBJS) ; do \
$(call ARCHIVE, $@, $${obj}); \
done ; )