openbsd-ports/lang/mono-basic/patches/patch-vbnc_vbnc_tests_Makefile
2011-11-09 22:23:42 +00:00

13 lines
521 B
Plaintext

$OpenBSD: patch-vbnc_vbnc_tests_Makefile,v 1.2 2011/11/09 22:23:42 robert Exp $
--- vbnc/vbnc/tests/Makefile.orig Wed Nov 9 23:20:17 2011
+++ vbnc/vbnc/tests/Makefile Wed Nov 9 23:21:08 2011
@@ -26,7 +26,7 @@ make-dependencies:
$(MAKE) -C ../../rt rt.exe
test-local: make-dependencies
- mono --debug $(PWD)/../../../class/lib/$(PROFILE)/rt.exe -console
+ mono --debug ../../../class/lib/$(PROFILE)/rt.exe -console
clean-local run-test-local run-test-ondotnet-local all-local install-local uninstall-local:
@: