OSDN Git Service

Fix dependancy problem
authorEric Andersen <andersen@codepoet.org>
Mon, 23 Oct 2000 18:21:22 +0000 (18:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 23 Oct 2000 18:21:22 +0000 (18:21 -0000)
libc/sysdeps/linux/i386/Makefile

index 7646822..a25c51f 100644 (file)
@@ -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