aboutsummaryrefslogtreecommitdiff
path: root/include/rpcsvc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-02-07 09:27:07 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-02-07 09:27:07 +0000
commit5e0a19bdeee80766c9e20ab1f85487fbeaf64894 (patch)
treef4288bb4a19e87202aaf6ef984ab4952750e882b /include/rpcsvc
parent65d43cc6e7af34576955aadc09db3cef70e01b47 (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/Makefile2
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 \