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:
authorMartin Baulig <martin@novell.com>2004-09-17 20:13:25 +0400
committerMartin Baulig <martin@novell.com>2004-09-17 20:13:25 +0400
commit014e618ec3ebb4ed1c3d2694779bf1042cc46e17 (patch)
treed0846d9716bcf4941ce5fc970f6c3e2ff6a0c3fc /Makefile.am
parent711ce202893a23d241766cdc69ed44e32a423bea (diff)
2004-09-17 Martin Baulig <martin@ximian.com>
* Makefile.am (mcs-do-compiler-tests): Reverted Raja's latest change in this target. svn path=/trunk/mono/; revision=34015
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e1e2a280915..8e44d109161 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -147,9 +147,7 @@ mcs-do-run-test-profiles: tmpinst-dir $(tmpinst)/bin/mbas
PATH=$$tmpinst/bin:$$PATH ; export PATH ; \
cd $(mcs_topdir) && $(MAKE) run-test-profiles
-mcs-do-compiler-tests: tmpinst-dir $(tmpinst)/bin/mbas
- tmpinst=`cd $(tmpinst) && pwd` ; \
- PATH=$$tmpinst/bin:$$PATH ; export PATH ; \
+mcs-do-compiler-tests:
cd $(mcs_topdir) && $(MAKE) compiler-tests
populate-runtime-subdir: