diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2012-02-07 09:27:07 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2012-02-07 09:27:07 +0000 |
commit | 5e0a19bdeee80766c9e20ab1f85487fbeaf64894 (patch) | |
tree | f4288bb4a19e87202aaf6ef984ab4952750e882b /include/rpcsvc | |
parent | 65d43cc6e7af34576955aadc09db3cef70e01b47 (diff) |
Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor
set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=231118
Diffstat (limited to 'include/rpcsvc')
-rw-r--r-- | include/rpcsvc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile index d7d093fe5eb7..66acc9d5a727 100644 --- a/include/rpcsvc/Makefile +++ b/include/rpcsvc/Makefile @@ -3,7 +3,7 @@ .SUFFIXES: .x -RPCCOM = rpcgen -C +RPCCOM= RPCGEN_CPP=${CPP:Q} rpcgen -C HDRS= key_prot.h klm_prot.h mount.h nfs_prot.h nlm_prot.h rex.h rnusers.h \ rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h \ |