From 025214091c31dfa7e638d721da0eb1379678a08c Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 7 Nov 1993 05:25:36 +0000 Subject: [PATCH] (mostlyclean): Delete fixhdr.ready here. (clean): Not here. From-SVN: r6034 --- gcc/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 8a823c631f0..4b91ff42d9c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1689,7 +1689,7 @@ mostlyclean: bytecode.mostlyclean -rm -f collect collect2 ld 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.* + gen-protos fixproto.list fixtmp.* fixhdr.ready # Delete unwanted output files from TeX. -rm -f *.toc *.log *.vr *.fn *.cp *.tp *.ky *.pg # Delete sorted indices we don't actually use. @@ -1711,7 +1711,6 @@ clean: mostlyclean bytecode.clean fi # Delete the include directory. -rm -rf stmp-* fixinc.ready include objc-headers - -rm -rf fixhdr.ready # Delete all files that users would normally create # while building and installing GCC. -- 2.30.2