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