[MPlayer-cvslog] r21310 - trunk/mp3lib/Makefile
diego
subversion at mplayerhq.hu
Mon Nov 27 11:53:41 CET 2006
Author: diego
Date: Mon Nov 27 11:53:40 2006
New Revision: 21310
Modified:
trunk/mp3lib/Makefile
Log:
There are no .s files in mp3lib/, remove the corresponding suffix rule.
Modified: trunk/mp3lib/Makefile
==============================================================================
--- trunk/mp3lib/Makefile (original)
+++ trunk/mp3lib/Makefile Mon Nov 27 11:53:40 2006
@@ -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
More information about the MPlayer-cvslog
mailing list