diff options
Diffstat (limited to 'lang/mono-basic/files/patch-vbruntime_Test_Makefile')
-rw-r--r-- | lang/mono-basic/files/patch-vbruntime_Test_Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/mono-basic/files/patch-vbruntime_Test_Makefile b/lang/mono-basic/files/patch-vbruntime_Test_Makefile deleted file mode 100644 index 388551a5b67e..000000000000 --- a/lang/mono-basic/files/patch-vbruntime_Test_Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- 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) |