changeset 21292:2f88f0247a4f

.s files don't exist anymore.
author diego
date Mon, 27 Nov 2006 10:44:43 +0000
parents efec4a336747
children 29ed2d73c189
files mpcommon.mak
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.mak	Mon Nov 27 08:56:42 2006 +0000
+++ b/mpcommon.mak	Mon Nov 27 10:44:43 2006 +0000
@@ -1,6 +1,5 @@
 OBJS  = $(SRCS:.c=.o)
 OBJS := $(OBJS:.S=.o)
-OBJS := $(OBJS:.s=.o)
 OBJS := $(OBJS:.cpp=.o)
 
 CFLAGS += -I. -I.. $(OPTFLAGS)