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