diff options
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 1ce03d7d98..cb098a7375 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1994, 95, 96, 97, 98, 99 Free Software Foundation, Inc. +# Copyright (C) 1994, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -125,7 +125,7 @@ $(objpfx)rpcgen: $(addprefix $(objpfx),$(rpcgen-objs)) \ # Tell rpcgen where to find the C preprocessor. rpcgen-cmd = $(built-program-cmd) -Y `$(CC) -print-file-name=cpp | \ - sed "s|/cpp$$||"` + sed 's|/cpp$$||'` # Install the rpc data base file. $(inst_sysconfdir)/rpc: etc.rpc $(+force) |