summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-11-08 21:00:55 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-11-08 21:00:55 +0000
commita721007e3956af8ac872237b5371466caf5a75e2 (patch)
tree9e8042d8325f9262690f2ed70aca3e57a0cc4537
parent64ac121e2c36427490b4ae791a779006101bfbf4 (diff)
downloadrockbox-a721007e3956af8ac872237b5371466caf5a75e2.tar.gz
rockbox-a721007e3956af8ac872237b5371466caf5a75e2.zip
mkamsboot: fix linking (typo from r23520)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23571 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/mkamsboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile
index d651386d9c..d3517d1579 100644
--- a/rbutil/mkamsboot/Makefile
+++ b/rbutil/mkamsboot/Makefile
@@ -64,7 +64,7 @@ libmkamsboot$(RBARCH).a: $(LIBOBJS)
64# building the standalone executable 64# building the standalone executable
65$(OUTPUT): $(OBJS) $(EXTRADEPS) 65$(OUTPUT): $(OBJS) $(EXTRADEPS)
66 @echo LD $@ 66 @echo LD $@
67 $(SILENT)$(CC) $(CFLAGS) -o$(OUTPUT) $(OBJS) $(EXTRADEPS) 67 $(SILENT)$(CC) $(CFLAGS) -o $(OUTPUT) $(OBJS) $(EXTRADEPS)
68 68
69# some trickery to build ppc and i386 from a single call 69# some trickery to build ppc and i386 from a single call
70ifeq ($(RBARCH),) 70ifeq ($(RBARCH),)