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 cefe63d54..60fbf7c68 100644
--- a/apps/examples/rgmp/Makefile
+++ b/apps/examples/rgmp/Makefile
@@ -40,7 +40,7 @@ include $(APPDIR)/Make.defs
# The smallest thing you can build -- the NULL example.
ASRCS =
-CSRCS = main.c
+CSRCS = rgmp_main.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))