summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-bb
blob: dae9320b18b5565909fba83dfcd4b92d7164a527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bb,v 1.2 2004/11/22 13:42:42 adam Exp $

--- mono/metadata/Makefile.in.orig	2004-10-29 16:11:20.000000000 +0000
+++ mono/metadata/Makefile.in
@@ -816,7 +816,7 @@ uninstall-am: uninstall-binPROGRAMS unin
 @WITH_BUNDLE_TRUE@	@if test -f $@; then :; else rm -f mono-bundle.stamp; $(MAKE) mono-bundle.stamp; fi
 @WITH_BUNDLE_TRUE@mono-bundle.stamp: $(BUNDLE_FILE) $(srcdir)/make-bundle.pl
 @WITH_BUNDLE_TRUE@	echo stamp > $@t
-@WITH_BUNDLE_TRUE@	perl $(srcdir)/make-bundle.pl $(BUNDLE_FILE) mono-bundle.h mono-bundle.s
+@WITH_BUNDLE_TRUE@	$(PERL) $(srcdir)/make-bundle.pl $(BUNDLE_FILE) mono-bundle.h mono-bundle.s
 @WITH_BUNDLE_TRUE@	mv $@t $@
 # 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.