From 75919d5f3dff341e9e54dff15b32a4f5ea6debf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Fri, 19 Feb 2010 07:16:51 +0000 Subject: [PATCH] Revert r24763 : LIBOBJS is already included in OBJS The problem seems related to dependency on a directory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24765 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mkamsboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index 6eae46e210..eca330a6c0 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -56,7 +56,7 @@ libmkamsboot$(RBARCH).a: $(LIBOBJS) $(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^ # building the standalone executable -$(OUTPUT): $(OBJS) $(LIBOBJS) $(EXTRADEPS) +$(OUTPUT): $(OBJS) $(EXTRADEPS) @echo LD $@ $(SILENT)$(CC) $(CFLAGS) -o $(OUTPUT) $(OBJS) $(EXTRADEPS)