Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCésar Natarén <cesar@mono-cvs.ximian.com>2005-04-08 19:20:00 +0400
committerCésar Natarén <cesar@mono-cvs.ximian.com>2005-04-08 19:20:00 +0400
commite965f6dd1b3bdbdde8df2000457c92ec86f06796 (patch)
treebdd7cdb4ea5036ba9937beb7d1ec8a8abc3f2ec6 /mcs/jtests
parent1b9da91c8123ec8a0b4276638dae9eeb560e7378 (diff)
point to correct path
svn path=/trunk/mcs/; revision=42697
Diffstat (limited to 'mcs/jtests')
-rw-r--r--mcs/jtests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/jtests/Makefile b/mcs/jtests/Makefile
index ace842ef784..fa4a26c5c37 100644
--- a/mcs/jtests/Makefile
+++ b/mcs/jtests/Makefile
@@ -1,6 +1,6 @@
thisdir = jtests
SUBDIRS =
-INTERNAL_MJS = $(TEST_RUNTIME) $(topdir)/class/Microsoft.JScript/Microsoft.JScript/mjs.exe
+INTERNAL_MJS = $(TEST_RUNTIME) $(topdir)/tools/mjs/mjs.exe
all: test-compiler-jit
include ../build/rules.make
include Test.Sources