aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-11-07 05:25:36 +0000
committerRichard Stallman <rms@gnu.org>1993-11-07 05:25:36 +0000
commit025214091c31dfa7e638d721da0eb1379678a08c (patch)
tree550f9644656d3bcab0a4de2ce07b474fdd54f192 /gcc
parenta9db73a60b368b048a596fc80477b9269909713f (diff)
downloadgcc-025214091c31dfa7e638d721da0eb1379678a08c.zip
gcc-025214091c31dfa7e638d721da0eb1379678a08c.tar.gz
gcc-025214091c31dfa7e638d721da0eb1379678a08c.tar.bz2
(mostlyclean): Delete fixhdr.ready here.
(clean): Not here. From-SVN: r6034
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 8a823c6..4b91ff4 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.