I'm having some problems setting up an NDS environment again.

I've
1. Got devkitpro arm, which includes libnds [seems to be r27, not 26]
2. Downloaded the fpc 2.2.4a from the site
3. Run setpath.bat
4. Restarted computer
5. Added Package.fpc in my units\arm-nds\libndsfpc directory with correct contents
(No makefile.fpc editing should be required as I'm trying to compile examples/graphics/sprites/simple
6. Run "make OS_TARGET=nds CPU_TARGET=arm BINUTILSPREFIX=arm-eabi- PP=ppcarm.exe"

And when I do #6 to compile it, I get
"Processing Makefile.fpc...
arm-nds requires libndsfpc
Writing makefile"

It seems to have not found my libndsfpc Package.fpc file? I'm not sure.