aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-08-11 12:43:10 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-08-11 12:43:10 -0400
commit89e7a14a5c5c6060f6b5c6b105d2a1ca16bd9f92 (patch)
treee7ee21493126c240367550cf67822567c7026719 /gcc
parent8d768fa2aeaf7a351def81e24ac5bb3635d529e6 (diff)
downloadgcc-89e7a14a5c5c6060f6b5c6b105d2a1ca16bd9f92.zip
gcc-89e7a14a5c5c6060f6b5c6b105d2a1ca16bd9f92.tar.gz
gcc-89e7a14a5c5c6060f6b5c6b105d2a1ca16bd9f92.tar.bz2
(mostlyclean): Add missing -f.
From-SVN: r7884
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index b92b43c..1deef4b 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1771,7 +1771,7 @@ mostlyclean: bytecode.mostlyclean lang.mostlyclean
# Delete other temporary files.
-rm -f tmp-float.h tmp-gcc.xtar.gz
-rm -f tmp-foo1 tmp-foo2 tmp-proto.* tmp-unproto.1 tmp-SYSCALLS.s
- -rm tmp-c-parse.y tmp-objc-parse.y tmp-gperf.h
+ -rm -f tmp-c-parse.y tmp-objc-parse.y tmp-gperf.h
# Delete the stamp files.
-rm -f stamp-* tmp-*
-rm -f */stamp-* */tmp-*