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

Reviewed by:	bde
This commit is contained in:
asami 1997-05-23 07:45:42 +00:00
parent e408ddb992
commit e1511e1aa2
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}