From 875b66cefe3f42f3fd2c7962500ee85c760c87e9 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 27 Nov 2006 10:53:40 +0000 Subject: 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 --- mp3lib/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'mp3lib/Makefile') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index 73f02be697..11e75f5749 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -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 -- cgit v1.2.3