summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-16 21:48:24 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-16 21:48:24 +0000
commit858387985650a4b72bb5b5fe02e864f8e76a3731 (patch)
tree8817a027ee6d50a1052f182ab58c0c000363bfb9 /libc/sysdeps/linux/powerpc/Makefile
parentf2eb46b4e6cf7ac023106a0d688d0e55b88cabaa (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/powerpc/Makefile')
-rw-r--r--libc/sysdeps/linux/powerpc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/Makefile b/libc/sysdeps/linux/powerpc/Makefile
index 4614627a7..b34b6c27a 100644
--- a/libc/sysdeps/linux/powerpc/Makefile
+++ b/libc/sysdeps/linux/powerpc/Makefile
@@ -39,7 +39,6 @@ endif
SSRC=longjmp.S setjmp.S vfork.S
SOBJS=$(patsubst %.S,%.o, $(SSRC))
-#CSRC=ptrace.c
CSRC=
COBJS=$(patsubst %.c,%.o, $(CSRC))