diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-27 03:30:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-27 03:30:43 +0000 |
commit | be76803a73a6a65929a5f770e694e1116ae419fd (patch) | |
tree | 5091293c69486eac62abfb4a2192e23c05d749a1 /sunrpc/Makefile | |
parent | 214414c897e1a3df00a5d91f3eb1aa02bdd1174f (diff) | |
download | glibc-be76803a73a6a65929a5f770e694e1116ae419fd.tar.gz glibc-be76803a73a6a65929a5f770e694e1116ae419fd.tar.xz glibc-be76803a73a6a65929a5f770e694e1116ae419fd.zip |
Update.
2000-12-11 Bruno Haible <haible@clisp.cons.org> * Makefile ($(inst_includedir)/gnu/stubs.h): Sort in the C locale. 2000-12-26 Ulrich Drepper <drepper@redhat.com> * sunrpc/Makefile (rpcgen-cmd): Use single quotes in sed call. Patch by Ed Connell <Ed.Connell@sas.com>.
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) |