summaryrefslogtreecommitdiff
path: root/gcc/fixincludes
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-15 13:27:48 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-02-15 13:27:48 +0000
commitcb17a80fc87698867955831f271d9ee702e997f8 (patch)
tree6fcb2799c744bcbcc4e791285551067e37e8d857 /gcc/fixincludes
parentd2fd839df43dc7298d2974c921811f7f81beecfa (diff)
downloadgcc-cb17a80fc87698867955831f271d9ee702e997f8.tar.gz
(rpc/types.h): Remove spurios "ls" command.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11278 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixincludes')
-rwxr-xr-xgcc/fixincludes1
1 files changed, 0 insertions, 1 deletions
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"