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