From 813fc11c296d5d42a7866c7d4720b249d0707054 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 7 Mar 1994 17:10:40 -0800 Subject: [PATCH] (mostlyclean): Don't explicitly delete ld. From-SVN: r6712 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4e3f263a33a..69694bb3aeb 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 -- 2.30.2