I'm so upset right now...

I got pretty far in the LFS project, I was excited to finally move on to chapter 6 after a full day of compiling, but now I'm in a bind. I unzipped and patched perl, and did a 'chmod u+x hints/linux.sh'. I think this is where I screwed up:
Code:
echo 'static_ext="IO re Fcnt1"' >> hints/linux.sh
./configure.gnu --prefix=/tools
make perl utilities
That bold 1 (one) is supposed to be an l (elle). I got this error after the 'make perl utilities':
Code:
cc: lib/auto/Fcnt1/Fcnt1.a: No such file or directory
make: *** [perl] Error 1
I tried to repeat the process starting from after where I applied the patch, but I still get the same error message. Then I tried a 'make clean' and a './configure.gnu --clean' (I dont think that can be done...) and a few things along those lines and retried again, with the same errors.
My question is, can I get advice on how to correct my mistake, or, is perl even really necessary for the rest of the LFS project? If its not needed I dont mind not adding it so long as it causes no problems. Thanks!
edit...
Sorry, I got it.
worked, I just started over from there. I hate answering my own stuff, sorry people, take it easy.