From 980c4d04493807bbc52b84cd0cf04b5c0338bc6d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 2 Nov 2001 02:08:57 +0000 Subject: Update. * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls. * scripts/cpp: New file. --- sunrpc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sunrpc') diff --git a/sunrpc/Makefile b/sunrpc/Makefile index c1bf945271..b7858d6c89 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -126,8 +126,7 @@ $(objpfx)rpcgen: $(addprefix $(objpfx),$(rpcgen-objs)) \ $(+link) # Tell rpcgen where to find the C preprocessor. -rpcgen-cmd = $(built-program-cmd) -Y `$(CC) -print-file-name=cpp | \ - sed 's|/cpp$$||'` +rpcgen-cmd = $(built-program-cmd) -Y ../scripts # Install the rpc data base file. $(inst_sysconfdir)/rpc: etc.rpc $(+force) -- cgit v1.2.3