From 51541dc8c54c2706ff4ec865dc3b23f694d0578c Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 10 Jan 2001 19:12:47 +0000 Subject: [PATCH] Have rpcgen actually tell us what cpp it is looking for (as it would if we were SVR%). --- usr.bin/rpcgen/rpc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index 1176418d3c56..5e2ebf70d271 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -336,7 +336,7 @@ static void find_cpp() } else { /* try the other one */ CPP = SUNOS_CPP; if (stat(CPP, &buf) < 0) { /* can't find any cpp */ - warnx("cannot find any C preprocessor (cpp)"); + warnx("cannot find C preprocessor: %s", CPP); crash(); } }