diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-09-07 03:13:56 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-09-07 03:13:56 +0000 |
commit | f1fd9ae96d3bddc6878016cdaf7eb0b23bf86bb6 (patch) | |
tree | 9842c8de65ddc391e2804c2b6584b67e580949f4 /libc/sysdeps/linux/common/Makefile | |
parent | 5772c041d2865e15fcd28754dda4a6bbc78d9c1f (diff) |
Remove profil.c, since it is constained within gmon.c.
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 bee640db9..3135172c0 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -26,7 +26,7 @@ CSRC= waitpid.c getdnnm.c gethstnm.c getcwd.c ptrace.c \ truncate64.c getrlimit64.c setrlimit64.c creat64.c \ llseek.c pread_write.c _exit.c sync.c getdirname.c \ sendfile64.c xstatconv.c getdents.c getdents64.c vfork.c \ - ulimit.c profil.c + ulimit.c ifneq ($(strip $(EXCLUDE_BRK)),y) CSRC+=sbrk.c endif |