$* doesn't work if the target doesn't use a wildcard. Furthermore the GNU make manual...
commit077e9af780a50097df41ec62fc2388afaf253a8c
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Fri, 21 Nov 2008 22:00:35 +0000 (21 22:00 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Fri, 21 Nov 2008 22:00:35 +0000 (21 22:00 +0000)
tree17e890d241a584a9725a25e496ce4cf48f5d7df0
parent1eb7b19b33fa69080db281055acd0898c0e3df5d
$* doesn't work if the target doesn't use a wildcard. Furthermore the GNU make manual discourages its use. Using  works, and automatically ensures the correct directory. zxbox.map and chessbox.map were put into the wrong dir (build dir) and overwrote each other.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19176 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/chessbox/chessbox.make
apps/plugins/rockboy/rockboy.make
apps/plugins/zxbox/zxbox.make