Carlton Banks, nothing you've posted so far indicates an error. Those three lines are in fact telling you that it was successfully built. Try "make clean && make all" and pastebin the *entire* result.
That would be my next suggestion or
make -f makefile.unix clean; make -f makefile.unix
Also, does
find / -name bitcoind
show it being built anywhere odd?
(I presume you did a too (assuming you just want bitcoind):
./configure --without-qt
)