Errors building on MacOS-X

Hello,
when I try to build SDL on MacOS-X 10.1.2, make does not complete but chokes:

ranlib .libs/libSDL.a
rm -fr .libs/libSDL.lax
creating libSDL.la
(cd .libs && rm -f libSDL.la && ln -s …/libSDL.la libSDL.la)
/Volumes/Assorted_Nothing/Test_Dept./SDL-1.2.3/src/.libs
Making all in include
make[1]: Nothing to be done for all'. Making all in docs Making all in html make[2]: Nothing to be done forall’.
Making all in man3
make[2]: *** No rule to make target `all’. Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anyone know why this is so?–

Hello,
when I try to build SDL on MacOS-X 10.1.2, make does not complete but chokes:

ranlib .libs/libSDL.a
rm -fr .libs/libSDL.lax
creating libSDL.la
(cd .libs && rm -f libSDL.la && ln -s …/libSDL.la libSDL.la)
/Volumes/Assorted_Nothing/Test_Dept./SDL-1.2.3/src/.libs
Making all in include
make[1]: Nothing to be done for all'. Making all in docs Making all in html make[2]: Nothing to be done forall’.
Making all in man3
make[2]: *** No rule to make target `all’. Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Does anyone know why this is so?–