diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-19 07:16:51 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-19 07:16:51 +0000 |
commit | 75919d5f3dff341e9e54dff15b32a4f5ea6debf2 (patch) | |
tree | 6acd6911e8fcc6c0de4c71ccfae00d8a7f4c38fd | |
parent | 9d8e07a3fc1e298f4e619dac1d9a50d8c3dae9bf (diff) |
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
-rw-r--r-- | rbutil/mkamsboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |