Correct search&replace error.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25073 a1c6a512-1295-4272-9138-f99709370657
diff --git a/rbutil/mkamsboot/dualboot/Makefile b/rbutil/mkamsboot/dualboot/Makefile
index 938e8a7..e5bca91 100644
--- a/rbutil/mkamsboot/dualboot/Makefile
+++ b/rbutil/mkamsboot/dualboot/Makefile
@@ -42,10 +42,10 @@
 # Rules for the ARM code embedded in mkamsboot - assemble, link, then extract
 # the binary code and finally convert to .h for building in mkamsboot
 
-%.$(CROSS_PREFIX): %.o
+%.arm-elf: %.o
 	$(CROSS_PREFIX)-ld -e 0 -Ttext=0 -o $@ $<
 
-%.arm-bin: %.$(CROSS_PREFIX)
+%.arm-bin: %.arm-elf
 	$(CROSS_PREFIX)-objcopy -O binary $< $@
 
 ../dualboot.c ../dualboot.h: $(BOOTBINS) bin2c