mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add ${DESTDIR} to absolute pathnames of required sources.
Reviewed by: bde
This commit is contained in:
parent
a5ac6a3b86
commit
0ae336a697
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26041
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ CFLAGS+=-DOS_HDR=\"os-bsd44.h\"
|
|||
.PATH: ${.CURDIR}/../rpcx ${.CURDIR}/../amd
|
||||
CLEANFILES+=nfs_prot.h
|
||||
RPCCOM = rpcgen
|
||||
NFS_PROT_X= /usr/include/rpcsvc/nfs_prot.x
|
||||
NFS_PROT_X= ${DESTDIR}/usr/include/rpcsvc/nfs_prot.x
|
||||
DPSRCS= nfs_prot.h
|
||||
|
||||
nfs_prot.h: ${NFS_PROT_X}
|
||||
|
|
|
@ -9,7 +9,7 @@ CFLAGS+=-DOS_HDR=\"os-bsd44.h\"
|
|||
MAN8= mk-amd-map.8
|
||||
CLEANFILES+=nfs_prot.h
|
||||
RPCCOM = rpcgen
|
||||
NFS_PROT_X= /usr/include/rpcsvc/nfs_prot.x
|
||||
NFS_PROT_X= ${DESTDIR}/usr/include/rpcsvc/nfs_prot.x
|
||||
DPSRCS= nfs_prot.h
|
||||
|
||||
nfs_prot.h: ${NFS_PROT_X}
|
||||
|
|
Loading…
Reference in a new issue