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 5d8027e..ad9df2e 100755 (executable)
@@ -8,3 +8,4 @@ foreach func (`cat $1`)
 end
 
 gcc -c /tmp/$$.s -o $2
+rm -f /tmp/$$.s