mpg123 problem

Hi:
I want to install mpg123-0.59r on my asterisk server.I downloaded it in /usr/src then untared it and I typed these command :
#cd /usr/src/mpg123-0.59r
#make linux
after run make linux ,I saw 2 errors in terminal:
make CC=gcc LDFLAGS=
OBJECTS=‘decode_i386.o dct64_i386.o decode_i586.o
audio_oss.o term.o’
CFLAGS=’-DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX
-DREAD_MMAP -DOSS -DTERM_CONTROL
-Wall -O2 -m486
-fomit-frame-pointer -funroll-all-loops
-finline-functions -ffast-math’
mpg123-make
make[1]: Entering directory /usr/src/mpg123-0.59r' make[2]: Entering directory/usr/src/mpg123-0.59r’
make[2]: *** No rule to make target \ ', needed bympg123’. Stop.
make[2]: Leaving directory /usr/src/mpg123-0.59r' make[1]: *** [mpg123-make] Error 2 make[1]: Leaving directory/usr/src/mpg123-0.59r’
make: *** [linux] Error 2
What is the problem?
Please guide me.