OSDN Git Service

(rpc/types.h): Remove spurios "ls" command.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Feb 1996 13:27:48 +0000 (13:27 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Feb 1996 13:27:48 +0000 (13:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11278 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixincludes

index 8a4ba5d..8bc1f88 100755 (executable)
@@ -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"