13 lines
539 B
Plaintext
13 lines
539 B
Plaintext
$NetBSD: patch-ba,v 1.11 2014/11/30 08:40:51 spz Exp $
|
|
--- mono/cil/Makefile.in.orig 2014-10-04 09:28:59.000000000 +0000
|
|
+++ mono/cil/Makefile.in
|
|
@@ -593,7 +593,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.
|