From 463cd4eacdf5ba54fabcdaddf50b141bf239719b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 23 Oct 2000 18:21:22 +0000 Subject: Fix dependancy problem --- libc/sysdeps/linux/i386/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/i386/Makefile') diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 764682209..a25c51f8a 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -44,10 +44,11 @@ $(LIBC): ar-target ar-target: $(OBJS) $(AR) $(ARFLAGS) $(LIBC) $(OBJS) -$(SOBJS): $(SSRC) - $(CC) $(CFLAGS) $< -c -o $*.o +$(SOBJS): + $(CC) $(CFLAGS) $< -c $*.S -o $*.o $(STRIPTOOL) -x -R .note -R .comment $*.o + $(MOBJ): $(MSRC) $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o $(STRIPTOOL) -x -R .note -R .comment $*.o -- cgit v1.2.3