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:02:52 +0400
committerJackson Harper <jackson@novell.com>2004-04-27 10:02:52 +0400
commit3205202c3026473946ba9a8779c98b50afbda207 (patch)
treeb1ccef5eb3db7dc5f0fb1e1a4659cda8010abddb /mcs/class/System.Data/Makefile
parent60cd7f5dc9eead11d3202024421ef3d0771ee86c (diff)
Put libraries in profile dependant directories so we can build all profiles at once.
svn path=/trunk/mcs/; revision=26040
Diffstat (limited to 'mcs/class/System.Data/Makefile')
-rw-r--r--mcs/class/System.Data/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index f63d40e0de3..060d651366c 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -7,7 +7,7 @@ include ../../build/rules.make
ifeq ($(PROFILE),atomic)
system = System.dll
else
-system = $(topdir)/class/lib/System.dll
+system = $(topdir)/class/lib/$(PROFILE)/System.dll
endif
LIBRARY = System.Data.dll