diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-23 23:35:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-23 23:35:07 +0000 |
commit | 4e766ab43ca45164c6231fe99f2f28b5f1e7b549 (patch) | |
tree | 55dcf611b60eda48ecc05b361f14275b93a44708 /libc/sysdeps/linux | |
parent | 5606e4d6f92c10af214b54a01db79cf561067e58 (diff) |
Forgot a few things...
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index a25c51f8a..1e66aac9a 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -44,7 +44,7 @@ $(LIBC): ar-target ar-target: $(OBJS) $(AR) $(ARFLAGS) $(LIBC) $(OBJS) -$(SOBJS): +$(SOBJS): $(CC) $(CFLAGS) $< -c $*.S -o $*.o $(STRIPTOOL) -x -R .note -R .comment $*.o |