diff mp3lib/Makefile @ 4142:5e8231233418

S->C
author nick
date Sun, 13 Jan 2002 18:26:58 +0000
parents ee1687319436
children 4bbdda22003d
line wrap: on
line diff
--- a/mp3lib/Makefile	Sun Jan 13 17:23:32 2002 +0000
+++ b/mp3lib/Makefile	Sun Jan 13 18:26:58 2002 +0000
@@ -12,7 +12,7 @@
 SRCS += d_cpu.s decode_i586.s
 OBJS += d_cpu.o decode_i586.o
 ifeq ($(TARGET_MMX),yes)
-SRCS += decode_MMX.s dct64_MMX.s tabinit_MMX.c
+SRCS += decode_MMX.c dct64_MMX.s tabinit_MMX.c
 OBJS += decode_MMX.o dct64_MMX.o tabinit_MMX.o
 endif
 #ifeq ($(TARGET_SSE),yes)