]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove temporary file when finished.
authorJeff Law <law@redhat.com>
Wed, 17 Jan 1996 21:16:59 +0000 (21:16 +0000)
committerJeff Law <law@redhat.com>
Wed, 17 Jan 1996 21:16:59 +0000 (21:16 +0000)
gprof/make_hp_order_obj

index 5d8027eabe91cf80ef1081228e5138f9d1d0eda7..ad9df2ec1c5f87fcb64a77216cfedc81d12823c2 100755 (executable)
@@ -8,3 +8,4 @@ foreach func (`cat $1`)
 end
 
 gcc -c /tmp/$$.s -o $2
+rm -f /tmp/$$.s