From a721007e3956af8ac872237b5371466caf5a75e2 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 8 Nov 2009 21:00:55 +0000 Subject: mkamsboot: fix linking (typo from r23520) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23571 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 d651386d9c..d3517d1579 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -64,7 +64,7 @@ libmkamsboot$(RBARCH).a: $(LIBOBJS) # building the standalone executable $(OUTPUT): $(OBJS) $(EXTRADEPS) @echo LD $@ - $(SILENT)$(CC) $(CFLAGS) -o$(OUTPUT) $(OBJS) $(EXTRADEPS) + $(SILENT)$(CC) $(CFLAGS) -o $(OUTPUT) $(OBJS) $(EXTRADEPS) # some trickery to build ppc and i386 from a single call ifeq ($(RBARCH),) -- cgit v1.2.3