diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-06-18 09:29:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-06-18 09:29:16 +0000 |
commit | 505f7b2c9917551c6a3e36b6ec1990e28ac43783 (patch) | |
tree | 7ec655a648b96e45e2725f1a4fa55841fb3da7ac /libc/sysdeps/linux/common/Makefile | |
parent | f1952f0996f0586abe1d987e35e594c2b9cce31e (diff) |
Kill kernel_version.c, which is completely meaningless crap
and didn't even work.
-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 62dc66ecc..e3098f409 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -29,7 +29,7 @@ ifeq ($(strip $(DOPIC)),true) SAFECFLAGS+=-fPIC endif -CSRC= waitpid.c kernel_version.c statfix.c getdnnm.c gethstnm.c \ +CSRC= waitpid.c statfix.c getdnnm.c gethstnm.c \ mkfifo.c setegid.c wait.c getpagesize.c seteuid.c \ wait3.c setpgrp.c getdtablesize.c create_module.c ptrace.c \ cmsg_nxthdr.c statfix64.c longjmp.c open64.c ftruncate64.c \ |