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:
authorJonathan Pryor <jpryor@novell.com>2005-01-04 00:29:34 +0300
committerJonathan Pryor <jpryor@novell.com>2005-01-04 00:29:34 +0300
commitad62b1cc3400ec7b85464374baaaf4ff0c93b42b (patch)
tree8248c1364ab6f962961145337397c20ff98f4fca /Makefile.am
parent0363c778a7ab0c9759727f19abf56f04a7a7c9fc (diff)
* Makefile.am: Change build order so that support is built before runtime.
This is primarily so that I don't have to wait N hours for mcs to finish building to find out if I broke the sparc build (again). svn path=/trunk/mono/; revision=38292
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cc65519130b..c519486c323 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I .
-SUBDIRS = $(libgc_dir) mono docs data runtime scripts man samples support web
+SUBDIRS = $(libgc_dir) mono support docs data runtime scripts man samples web
# Keep in sync with SUBDIRS
## 'tools' is not normally built