(mostlyclean): Add missing -f.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 11 Aug 1994 16:43:10 +0000 (12:43 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 11 Aug 1994 16:43:10 +0000 (12:43 -0400)
From-SVN: r7884

gcc/Makefile.in

index b92b43c..1deef4b 100644 (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-*