diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/utilities.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/utilities.pm b/make/utilities.pm index f280a2798..5ad6def21 100644 --- a/make/utilities.pm +++ b/make/utilities.pm @@ -345,7 +345,6 @@ sub translate_functions($$) close TF; my $replace = `perl $tmpfile`; chomp($replace); - unlink($tmpfile); $line =~ s/eval\("(.+?)"\)/$replace/; } while ($line =~ /pkgconflibs\("(.+?)","(.+?)","(.+?)"\)/) |