diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-16 21:48:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-16 21:48:24 +0000 |
commit | 858387985650a4b72bb5b5fe02e864f8e76a3731 (patch) | |
tree | 8817a027ee6d50a1052f182ab58c0c000363bfb9 /libc/sysdeps/linux/arm/Makefile | |
parent | f2eb46b4e6cf7ac023106a0d688d0e55b88cabaa (diff) |
Move the default ptrace.c to common, but let arches override it (such
as m68k which has some asm in its version).
-Erik
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index f63b5ff62..8c543ac4e 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -36,7 +36,7 @@ CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) SSRC=longjmp.S setjmp.S vfork.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=ptrace.c +CSRC= COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) |