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:
authorJackson Harper <jackson@novell.com>2004-04-27 10:20:02 +0400
committerJackson Harper <jackson@novell.com>2004-04-27 10:20:02 +0400
commit80dcf1d8e19ac1f16c5b118b5f8a9b4638580ef9 (patch)
tree3683df1b35ce500a88d82f3ec7a103f5c21fc747 /Makefile.am
parent778bda2a7e2208d9dba012a045adc7bd4eb8401b (diff)
* Makefile.am: Grab libraries from lib/default now.
svn path=/trunk/mono/; revision=26042
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 468ebf28f24..2f4504b6b45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ mcs-tree-safe-build: remove-binaries
cd $(mcs_topdir)/jay; $(MAKE)
cd $(mcs_topdir)/mcs; $(MAKE) MCS=mcs BOOTSTRAP_MCS=mcs
cd $(mcs_topdir)/class/corlib; $(MAKE) MCS=mcs BOOTSTRAP_MCS=mcs
- cp $(mcs_topdir)/class/lib/mscorlib.dll $(top_srcdir)/runtime
+ cp $(mcs_topdir)/class/lib/default/mscorlib.dll $(top_srcdir)/runtime
cp $(mcs_topdir)/mcs/mcs.exe $(top_srcdir)/runtime
xinstall-runtime: mcs-tree-safe-build
@@ -46,7 +46,7 @@ mcs-rest: xinstall-runtime
cd $(mcs_topdir)/class; $(MAKE)
remove-binaries:
- rm -f $(mcs_topdir)/class/lib/mscorlib.dll $(mcs_topdir)/mcs/mcs.exe $(top_srcdir)/runtime/*.dll $(top_srcdir)/runtime/*.exe
+ rm -f $(mcs_topdir)/class/lib/default/mscorlib.dll $(mcs_topdir)/mcs/mcs.exe $(top_srcdir)/runtime/*.dll $(top_srcdir)/runtime/*.exe
win32getdeps: