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