From 8bdc62b0890760ebe6ddd70f2841b5136fbf7cb0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Mar 2001 22:49:36 +0000 Subject: Move the dirent stuff. I suppose it is system dependant, but then it really should be grouped together too. And it needed to be grouped more then it needed to be in sysdeps/linux/common --- libc/sysdeps/linux/common/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index c54f7cd1d..8dae9d1d3 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -25,12 +25,9 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -CSRC= waitpid.c getdents.c kernel_version.c rewinddir.c \ - statfix.c getdnnm.c seekdir.c telldir.c tell.c gethstnm.c \ - mkfifo.c setegid.c wait.c errno.c closedir.c getpagesize.c \ - opendir.c seteuid.c wait3.c dirfd.c readdir.c setpgrp.c \ +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 - COBJS=$(patsubst %.c,%.o, $(CSRC)) MSRC=syscalls.c -- cgit v1.2.3