diff options
author | pjd <pjd@FreeBSD.org> | 2012-12-04 12:51:33 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2012-12-04 12:51:33 +0000 |
commit | 411b868f8cdb8aac71d1006dac889c540464f34f (patch) | |
tree | fc4f56bd1b75957e7a828c089fab58afd355265c /libexec | |
parent | 82729d86f3edb1ec276413f1487796e84464726c (diff) | |
download | FreeBSD-src-411b868f8cdb8aac71d1006dac889c540464f34f.zip FreeBSD-src-411b868f8cdb8aac71d1006dac889c540464f34f.tar.gz |
Do not change entire BINDIR, it might be needed later, just change
symlink target.
MFC after: 2 weeks
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 487a098..9a7170f 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -27,8 +27,8 @@ LDFLAGS+= -nostdlib -e .rtld_start WARNS?= 2 INSTALLFLAGS= -C -b PRECIOUSPROG= -BINDIR= ../../libexec -SYMLINKS= ${BINDIR}/${PROG} /usr/libexec/${PROG} +BINDIR= /libexec +SYMLINKS= ../..${BINDIR}/${PROG} /usr/libexec/${PROG} MLINKS= rtld.1 ld-elf.so.1.1 \ rtld.1 ld.so.1 |