summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-ba
blob: adb3abfa655e1b7ee1ee4fa3dd51b3aec1a69d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ba,v 1.7 2008/02/13 14:16:43 kefren Exp $
--- mono/cil/Makefile.in.orig	2008-02-05 14:11:27.000000000 +0200
+++ mono/cil/Makefile.in	2008-02-05 14:11:40.000000000 +0200
@@ -427,7 +427,7 @@
 	uninstall-xmlDATA
 
 opcode.def: make-opcodes-def.pl cil-opcodes.xml
-	perl $(srcdir)/make-opcodes-def.pl $(srcdir)/cil-opcodes.xml $@.tmp
+	$(PERL) $(srcdir)/make-opcodes-def.pl $(srcdir)/cil-opcodes.xml $@.tmp
 	mv $@.tmp $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.