diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2004-09-22 21:40:45 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-22 21:40:45 +0000 |
| commit | 8e55d0cca00ffcd139cb1f444cb2148e047f5289 (patch) | |
| tree | fefe1857c5f379aa38780cdbb2f82467dfe06bdb /firmware | |
| parent | c2e887c5f740aa32acaa2524a940de4413e71282 (diff) | |
| download | rockbox-8e55d0cca00ffcd139cb1f444cb2148e047f5289.zip rockbox-8e55d0cca00ffcd139cb1f444cb2148e047f5289.tar.gz rockbox-8e55d0cca00ffcd139cb1f444cb2148e047f5289.tar.bz2 rockbox-8e55d0cca00ffcd139cb1f444cb2148e047f5289.tar.xz | |
adjusted to work better in the new concept
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5108 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index d21f85a..bb4a30f 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -35,7 +35,7 @@ $(TOOLSDIR)/convbdf: $(OUTPUT): $(OBJS) $(DEPFILE) @echo "AR $@" - @$(AR) ruv $@ $+ >/dev/null 2>&1 + @$(AR) ruv $@ $(OBJS) >/dev/null 2>&1 include $(TOOLSDIR)/make.inc |