summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-ba
blob: a6c89d938c6828f767b58b6a5397450502e90339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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.