bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small patch to sunrpc/Makefile


From: Ed Connell
Subject: Small patch to sunrpc/Makefile
Date: Tue, 19 Dec 2000 17:00:51 -0500

This patch just keeps tcsh from puking.  This is my first patch so if I'm doing 
something wrong, please let me know.

Ed Connell

--- sunrpc/Makefile     Fri Dec 15 18:58:59 2000
+++ -   Tue Dec 19 17:18:11 2000
@@ -125,7 +125,7 @@

 # 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]