summaryrefslogtreecommitdiff
path: root/apps/system/install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/install/Makefile')
-rw-r--r--apps/system/install/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/install/Makefile b/apps/system/install/Makefile
index f33abb5ba..4faeb38c1 100644
--- a/apps/system/install/Makefile
+++ b/apps/system/install/Makefile
@@ -58,6 +58,7 @@ CSRCS = install.c
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))
+MAINOBJ = $(MAINSRC:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS) $(MAINSRC)
OBJS = $(AOBJS) $(COBJS)