diff options
author | cognet <cognet@FreeBSD.org> | 2004-06-17 19:01:53 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2004-06-17 19:01:53 +0000 |
commit | 98a02072fc48144766a01a2f4148fcd85b823205 (patch) | |
tree | 593c08f080aca53c0ff24d29c1c2d1740161eeb8 /libexec | |
parent | 42e5ac9f054f0770c24c6d349798fd7151ad01c4 (diff) | |
download | FreeBSD-src-98a02072fc48144766a01a2f4148fcd85b823205.zip FreeBSD-src-98a02072fc48144766a01a2f4148fcd85b823205.tar.gz |
This comment should have been removed in the previous commit.
Spotted out by: marcus, simon
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index f8ae81d..bbd5a52 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG?= ld-elf.so.1 -# XXX: Hopefully this won't be needed after the next binutils import. SRCS= rtld_start.S \ reloc.c rtld.c rtld_lock.c map_object.c \ malloc.c xmalloc.c debug.c libmap.c |