summaryrefslogtreecommitdiffstats
path: root/testsuite/tests/runtime-errors
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/runtime-errors')
-rw-r--r--testsuite/tests/runtime-errors/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/runtime-errors/Makefile b/testsuite/tests/runtime-errors/Makefile
index 4945c1f80..62543b4dd 100644
--- a/testsuite/tests/runtime-errors/Makefile
+++ b/testsuite/tests/runtime-errors/Makefile
@@ -1,3 +1,5 @@
+BASEDIR=../..
+
default: compile run
compile:
@@ -22,4 +24,4 @@ run:
clean: defaultclean
@rm -f *.bytecode *.native *.result
-include ../../makefiles/Makefile.common
+include $(BASEDIR)/makefiles/Makefile.common