$NetBSD: patch-ba,v 1.10 2014/08/21 07:49:56 wiz Exp $
--- mono/cil/Makefile.in.orig	2014-08-12 16:51:01.000000000 +0000
+++ mono/cil/Makefile.in
@@ -589,7 +589,7 @@ uninstall-am: uninstall-defDATA uninstal
 	uninstall-am uninstall-defDATA 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.
