summaryrefslogtreecommitdiff
path: root/apps/examples/udp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/udp/Makefile')
-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 2f7d49322..6bfdce9cc 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -96,7 +96,7 @@ $(TARG_COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
"$(TARG_BIN)": $(TARG_OBJS) $(HOST_BIN)
- $(call ARCHIVE, $@, "$(TARG_OBJS)")
+ $(call ARCHIVE, $@, $(TARG_OBJS))
$(HOST_OBJS): %.o: %.c
$(HOSTCC) -c $(HOSTCFLAGS) $< -o $@