summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-23 18:21:22 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-23 18:21:22 +0000
commit463cd4eacdf5ba54fabcdaddf50b141bf239719b (patch)
tree7981069cca3f9b98a35261170419cbeb958011cd /libc/sysdeps/linux
parent44e205c90c74d400fc096e0e5bd10add1db8a72e (diff)
Fix dependancy problem
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r--libc/sysdeps/linux/i386/Makefile5
1 files changed, 3 insertions, 2 deletions
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