From 858387985650a4b72bb5b5fe02e864f8e76a3731 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 16 May 2001 21:48:24 +0000 Subject: Move the default ptrace.c to common, but let arches override it (such as m68k which has some asm in its version). -Erik --- libc/sysdeps/linux/powerpc/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/sysdeps/linux/powerpc') 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)) -- cgit v1.2.3