summaryrefslogtreecommitdiff
path: root/apps/examples/tcpecho/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tcpecho/Makefile')
-rw-r--r--apps/examples/tcpecho/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/tcpecho/Makefile b/apps/examples/tcpecho/Makefile
index 1af312020..d0a21e0b7 100644
--- a/apps/examples/tcpecho/Makefile
+++ b/apps/examples/tcpecho/Makefile
@@ -92,7 +92,7 @@ all: .built
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
-$(COBJS): %$(OBJEXT): %.c
+$(COBJS) $(MAINOBJ): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)