summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-bc
blob: f77ec7e79136b7a8fc5d00299b7d319d3641ae29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-bc,v 1.6 2006/01/03 08:03:53 recht Exp $

--- mono/mini/Makefile.in.orig	2005-12-22 18:35:16.000000000 +0100
+++ mono/mini/Makefile.in
@@ -1200,15 +1200,15 @@ mbench: test.exe
 
 stat1: mono bench.exe
 	$(RUNTIME) --verbose --statfile stats.pl --regression bench.exe
-	perl viewstat.pl stats.pl
+	$(PERL) viewstat.pl stats.pl
 
 stat2: mono basic.exe
 	$(RUNTIME) --verbose --statfile stats.pl --regression basic.exe
-	perl viewstat.pl -e stats.pl
+	$(PERL) viewstat.pl -e stats.pl
 
 stat3: mono bench.exe
 	$(RUNTIME) --statfile stats.pl --ncompile 1000 --compile Tests:test_0_many_nested_loops bench.exe 
-	perl viewstat.pl stats.pl
+	$(PERL) viewstat.pl stats.pl
 
 docu: mini.sgm
 	docbook2txt mini.sgm