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