From: Richard Kenner Date: Thu, 15 Feb 1996 13:27:48 +0000 (-0500) Subject: (rpc/types.h): Remove spurios "ls" command. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f639f6b6ff9b3db42b74fcbd679d587e7b70f4b4;p=gcc.git (rpc/types.h): Remove spurios "ls" command. From-SVN: r11278 --- diff --git a/gcc/fixincludes b/gcc/fixincludes index 8a4ba5d8979..8bc1f888569 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -1786,7 +1786,6 @@ fi # rpc/types.h on OSF1/2.0 is not C++ ready, even though NO_IMPLICIT_EXTERN_C # is defined for the alpha. The problem is the declaration of malloc. file=rpc/types.h -ls -l $file ${LIB}/$file if [ -r $file ] && [ ! -r ${LIB}/$file ]; then mkdir ${LIB}/rpc 2>/dev/null cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file"