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:
authorMiguel de Icaza <miguel@gnome.org>2006-05-11 01:24:56 +0400
committerMiguel de Icaza <miguel@gnome.org>2006-05-11 01:24:56 +0400
commit0736b7281ef516b82dcd37620dcd090d6569b51e (patch)
tree41b2760f9a4577bfe5d6a2017143f51315f2a47a
parent3fb541562b6d0ac712bef16a1884d13cac6bdc1b (diff)
Fix
svn path=/branches/mono-1-1-13/mcs/; revision=60558
-rw-r--r--mcs/mbas/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/mcs/mbas/Makefile b/mcs/mbas/Makefile
index 9ad774c4e47..9d300aefcbb 100644
--- a/mcs/mbas/Makefile
+++ b/mcs/mbas/Makefile
@@ -1,9 +1,7 @@
thisdir = mbas
-SUBDIRS = Test
include ../build/rules.make
PROGRAM = mbas.exe
-BUILT_SOURCES = mb-parser.cs
LOCAL_MCS_FLAGS = /r:System.dll /r:Mono.GetOptions.dll /r:Microsoft.VisualBasic.dll
@@ -14,9 +12,6 @@ CONSOLIDATED_TEST_RESULTS_FILE = TestResults.log
include ../build/executable.make
-mb-parser.cs: mb-parser.jay $(topdir)/jay/skeleton.cs
- $(topdir)/jay/jay -ctv <$(topdir)/jay/skeleton.cs $< >$@
-
consolidate-test-results:
@cp Test/tests/TestResults.log $(CONSOLIDATED_TEST_RESULTS_FILE)
@cat Test/errors/TestResults.log >> $(CONSOLIDATED_TEST_RESULTS_FILE)