mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Correct r291566 for defining SHLIBDIR.
This must happen before including bsd.own.mk which sets the default to /usr/lib. X-MFC-With: r291566 Reported by: Max N. Boyarov
This commit is contained in:
parent
4fc31adf6a
commit
e5e23ecc47
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291593
@ -1,4 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
TOP= ${.CURDIR}/../../contrib/elftoolchain
|
||||
@ -7,7 +10,6 @@ SRCDIR= ${TOP}/libelf
|
||||
.PATH: ${SRCDIR}
|
||||
|
||||
LIB= elf
|
||||
SHLIBDIR?= /lib
|
||||
|
||||
SRCS= elf.c \
|
||||
elf_begin.c \
|
||||
|
Loading…
Reference in New Issue
Block a user