summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Makefile
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-08-17 22:12:26 +0000
committergordon <gordon@FreeBSD.org>2003-08-17 22:12:26 +0000
commit6d7920ab739d2e457d634466ac000c5a675ce51b (patch)
tree956156a8dd2e350347c91fadbbe9be861656ada5 /libexec/rtld-elf/Makefile
parent33c986fdf5af4677af7e5295bdf1c014dd2f365a (diff)
downloadFreeBSD-src-6d7920ab739d2e457d634466ac000c5a675ce51b.zip
FreeBSD-src-6d7920ab739d2e457d634466ac000c5a675ce51b.tar.gz
Forgot one instance of ld-elf.so.1. Convert to ${PROG}
Pointed out by: obrien
Diffstat (limited to 'libexec/rtld-elf/Makefile')
-rw-r--r--libexec/rtld-elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index bd33bd2..b9acc793 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -10,7 +10,7 @@ CFLAGS+= -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR}
LDFLAGS+= -nostdlib -e .rtld_start
INSTALLFLAGS= -fschg -C -b
BINDIR= /libexec
-SYMLINKS= ${BINDIR}/ld-elf.so.1 /usr/libexec/${PROG}
+SYMLINKS= ${BINDIR}/${PROG} /usr/libexec/${PROG}
MLINKS= rtld.1 ld-elf.so.1.1 \
rtld.1 ld.so.1
OpenPOWER on IntegriCloud