1
0
Fork 0
forked from len0rd/rockbox

mkamsboot binary depends on the same object files than libmkamsboot

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-02-19 07:05:39 +00:00
parent a37e43cfba
commit a63b225a14

View file

@ -56,7 +56,7 @@ libmkamsboot$(RBARCH).a: $(LIBOBJS)
$(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^
# building the standalone executable
$(OUTPUT): $(OBJS) $(EXTRADEPS)
$(OUTPUT): $(OBJS) $(LIBOBJS) $(EXTRADEPS)
@echo LD $@
$(SILENT)$(CC) $(CFLAGS) -o $(OUTPUT) $(OBJS) $(EXTRADEPS)