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/common/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/common/Makefile')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 1e1957227..1d4326b4c 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)Rules.mak CSRC= waitpid.c getdents.c kernel_version.c statfix.c getdnnm.c tell.c gethstnm.c \ mkfifo.c setegid.c wait.c errno.c getpagesize.c seteuid.c wait3.c setpgrp.c \ - getdtablesize.c create_module.c + getdtablesize.c create_module.c ptrace.c COBJS=$(patsubst %.c,%.o, $(CSRC)) MSRC=syscalls.c |