Add ${DESTDIR} to absolute pathnames of required sources.

Reviewed by:	bde
This commit is contained in:
Satoshi Asami 1997-05-23 07:45:42 +00:00
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

View file

@ -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}

View file

@ -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}