$NetBSD: patch-ba,v 1.5 2005/07/31 15:26:58 recht Exp $ --- mono/cil/Makefile.in.orig 2005-07-27 02:08:28.000000000 +0200 +++ mono/cil/Makefile.in @@ -459,7 +459,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.