(mostlyclean): Add missing -f.

From-SVN: r7884
This commit is contained in:
Richard Kenner 1994-08-11 12:43:10 -04:00
parent 8d768fa2ae
commit 89e7a14a5c
1 changed files with 1 additions and 1 deletions

View File

@ -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-*