From 4e41874389f9789de47946d905fa25667571a512 Mon Sep 17 00:00:00 2001 From: se Date: Fri, 14 May 2004 21:01:52 +0000 Subject: Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come first! The previous version made all shared binaries dump core. --- libexec/rtld-elf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libexec') 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 -- cgit v1.1