summaryrefslogtreecommitdiff
path: root/apps/examples/udp
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-12 19:37:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-12 19:37:33 +0000
commitc1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4 (patch)
tree51905004bdcb2d906dc66cc30d198655dfaf11ae /apps/examples/udp
parent42d1c7ccb2a4b580da835788a332cea62e8165dc (diff)
downloadnuttx-c1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4.tar.gz
nuttx-c1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4.tar.bz2
nuttx-c1c9b913a2f0cf2b6bdfb5ee9143796abfbad4d4.zip
Fixes for clean LPCXpresso NSH build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3495 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/udp')
-rw-r--r--apps/examples/udp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index 8a4458d87..a9361ba6e 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/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 ; )