${DESTDIR} isn't needed - which isn't what the example in
/usr/share/mk/bsd.README seems to indicate.
This commit is contained in:
parent
048c02b861
commit
e8c1659e9a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.2 1998/03/26 07:36:30 thorpej Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 1998/05/11 19:30:15 mhitch Exp $
|
||||
|
||||
SRCS+= rtld_start.S mips_reloc.c
|
||||
|
||||
@ -13,4 +13,4 @@ LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
|
||||
LDFLAGS+= --script ${.CURDIR}/mips/ld.so.script
|
||||
|
||||
# Link ld.so for backward compatibility with old binaries
|
||||
LINKS+= ${DESTDIR}/usr/libexec/${PROG} ${DESTDIR}/usr/libexec/ld.so
|
||||
LINKS+= /usr/libexec/${PROG} /usr/libexec/ld.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.2 1998/03/26 07:36:30 thorpej Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 1998/05/11 19:30:15 mhitch Exp $
|
||||
|
||||
SRCS+= rtld_start.S mips_reloc.c
|
||||
|
||||
@ -13,4 +13,4 @@ LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
|
||||
LDFLAGS+= --script ${.CURDIR}/mips/ld.so.script
|
||||
|
||||
# Link ld.so for backward compatibility with old binaries
|
||||
LINKS+= ${DESTDIR}/usr/libexec/${PROG} ${DESTDIR}/usr/libexec/ld.so
|
||||
LINKS+= /usr/libexec/${PROG} /usr/libexec/ld.so
|
||||
|
Loading…
Reference in New Issue
Block a user