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
878e05a4e4
commit
3912a05d61
@ -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