summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2004-05-14 21:01:52 +0000
committerse <se@FreeBSD.org>2004-05-14 21:01:52 +0000
commit4e41874389f9789de47946d905fa25667571a512 (patch)
tree2f6054f7f10200b86e46f0e6853746142e52c760 /libexec
parent802b835b3dce9f01d88d8138d102bed0ec35b524 (diff)
downloadFreeBSD-src-4e41874389f9789de47946d905fa25667571a512.zip
FreeBSD-src-4e41874389f9789de47946d905fa25667571a512.tar.gz
Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come first!
The previous version made all shared binaries dump core.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index 8418ca1..bbd5a52 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -1,7 +1,8 @@
# $FreeBSD$
PROG?= ld-elf.so.1
-SRCS= reloc.c rtld.c rtld_start.S rtld_lock.c map_object.c \
+SRCS= rtld_start.S \
+ reloc.c rtld.c rtld_lock.c map_object.c \
malloc.c xmalloc.c debug.c libmap.c
MAN= rtld.1
CSTD?= gnu99
OpenPOWER on IntegriCloud