From: Jeff Law Date: Wed, 17 Jan 1996 21:16:59 +0000 (+0000) Subject: Remove temporary file when finished. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2684fbdb80c532cce5fa9c48f5b8ecc7970642e1;p=binutils-gdb.git Remove temporary file when finished. --- diff --git a/gprof/make_hp_order_obj b/gprof/make_hp_order_obj index 5d8027eabe9..ad9df2ec1c5 100755 --- a/gprof/make_hp_order_obj +++ b/gprof/make_hp_order_obj @@ -8,3 +8,4 @@ foreach func (`cat $1`) end gcc -c /tmp/$$.s -o $2 +rm -f /tmp/$$.s