Kernel/VTerm - Add 2DCmd push image support
[tpg/acess2.git] / Usermode / Applications / Makefile.tpl
index 9cc0753..3313913 100644 (file)
@@ -47,7 +47,7 @@ install: $(_BIN)
        @$(xCP) $(_BIN)_ $(DISTROOT)/$(DIR)/$(BIN)
        @$(RM) $(_BIN)_
 
-$(_BIN): $(OUTPUTDIR)Libs/acess.ld $(_LIBS) $(LINK_OBJS)
+$(_BIN): $(_LIBS) $(LINK_OBJS) $(CRT0) $(CRTI) $(CRTN)
        @mkdir -p $(dir $(_BIN))
        @echo [LD] -o $@
 ifneq ($(USE_CXX_LINK),)

UCC git Repository :: git.ucc.asn.au