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