There are no .s files in mp3lib/, remove the corresponding suffix rule.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21310 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-27 10:53:40 +00:00
parent ca93b73028
commit 875b66cefe
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ include ../mpcommon.mak
decode_i586.o: decode_i586.c
$(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $<
.s.o:
$(CC) -c $(CFLAGS) -o $@ $<
test1: libMP3.a test.c
$(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm