
$FreeBSD: ports/lang/mono-basic/files/patch-vbruntime_Test_Makefile,v 1.1 2009/06/23 11:46:02 flz Exp $

--- vbruntime/Test/Makefile.orig
+++ vbruntime/Test/Makefile
@@ -62,7 +62,7 @@
 	MONO_PATH=$(MONO_VB_PATH) mono ../../tools/extract-source/extract-source.exe -s:2005VB_test_CS.csproj -d:2005VB_test_CS.dll.sources.win -m:w
 
 test-first:
-	cd ../Microsoft.VisualBasic && make && cp ../../class/lib/vbnc/Microsoft.VisualBasic.dll* ../Test/bin
+	cd ../Microsoft.VisualBasic && ${MAKE} && cp ../../class/lib/vbnc/Microsoft.VisualBasic.dll* ../Test/bin
 
 test-cs: test-first 2005VB_test_CS.dll.sources
 	$(CSCOMPILER) "-out:bin/2005VB_test_CS.dll" @2005VB_test_CS.dll.rsp @2005VB_test_CS.dll.sources -lib:bin $(CSDEFINES)
