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:
authorRaja R Harinath <harinath@hurrynot.org>2005-09-05 14:28:32 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-09-05 14:28:32 +0400
commitc7a3756a9cd3c4d1d962f2f79e1f7951235637eb (patch)
tree832468030fa6ed1d0b79adcbf8ceebdfa35c4b0b /mcs/class/System.Data/Makefile
parentc589428ae83dcad5025c570c787b5729e026100a (diff)
Prettier commandlines
svn path=/trunk/mcs/; revision=49461
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 978c7280066..0b9ce6607f2 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -9,7 +9,7 @@ system = System.dll
else
system = $(topdir)/class/lib/$(PROFILE)/System.dll
endif
-
+
ifeq (net_2_0, $(PROFILE))
OTHER_LIB_MCS_FLAGS = -r:System.Configuration.dll
endif