diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-07 17:10:40 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-07 17:10:40 -0800 |
commit | 813fc11c296d5d42a7866c7d4720b249d0707054 (patch) | |
tree | bb87e6adf07612b6b506d187d198e874f83234c7 | |
parent | 338f21bef385f3d242fe9b00776eddded605df3e (diff) | |
download | gcc-813fc11c296d5d42a7866c7d4720b249d0707054.zip gcc-813fc11c296d5d42a7866c7d4720b249d0707054.tar.gz gcc-813fc11c296d5d42a7866c7d4720b249d0707054.tar.bz2 |
(mostlyclean): Don't explicitly delete ld.
From-SVN: r6712
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4e3f263..69694bb 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1690,7 +1690,7 @@ mostlyclean: bytecode.mostlyclean -rm -f *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack # Delete some files made during installation. -rm -f specs gfloat.h float.h-* enquire SYSCALLS.c.X SYSCALLS.c - -rm -f collect collect2 ld mips-tfile mips-tdump alloca.s + -rm -f collect collect2 mips-tfile mips-tdump alloca.s # Delete files generated for fixproto -rm -rf fix-header xsys-protos.h deduced.h tmp-deduced.h \ gen-protos fixproto.list fixtmp.* fixhdr.ready |