# HG changeset patch # User diego # Date 1164624820 0 # Node ID b2eeabacef4d5a12897529a08999436657a9c554 # Parent 29ed2d73c189262342cb1089bfcadc355cb234f6 There are no .s files in mp3lib/, remove the corresponding suffix rule. diff -r 29ed2d73c189 -r b2eeabacef4d mp3lib/Makefile --- a/mp3lib/Makefile Mon Nov 27 10:49:44 2006 +0000 +++ b/mp3lib/Makefile Mon Nov 27 10:53:40 2006 +0000 @@ -40,9 +40,6 @@ 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