From 6d7920ab739d2e457d634466ac000c5a675ce51b Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 17 Aug 2003 22:12:26 +0000 Subject: Forgot one instance of ld-elf.so.1. Convert to ${PROG} Pointed out by: obrien --- libexec/rtld-elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') 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 -- cgit v1.1