$NetBSD: patch-ba,v 1.6 2006/01/03 08:03:53 recht Exp $

--- mono/cil/Makefile.in.orig	2005-12-22 18:35:13.000000000 +0100
+++ mono/cil/Makefile.in
@@ -466,7 +466,7 @@ uninstall-am: uninstall-defDATA uninstal
 	uninstall-info-am 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.
