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:
authorMarek Safar <marek.safar@gmail.com>2008-05-22 15:00:44 +0400
committerMarek Safar <marek.safar@gmail.com>2008-05-22 15:00:44 +0400
commitae1e2ed4c5e136d187d98f2076f208c486b00c4a (patch)
tree15f480122efcbffff68fba384c6332a92db7063b /mcs/class/IBM.Data.DB2
parent94ebb78192c52f4981c57258252a6f73b84e9fbc (diff)
Removed broken ifeq
svn path=/trunk/mcs/; revision=103770
Diffstat (limited to 'mcs/class/IBM.Data.DB2')
-rw-r--r--mcs/class/IBM.Data.DB2/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/mcs/class/IBM.Data.DB2/Makefile b/mcs/class/IBM.Data.DB2/Makefile
index 9d78d53cf8e..d64e175fc88 100644
--- a/mcs/class/IBM.Data.DB2/Makefile
+++ b/mcs/class/IBM.Data.DB2/Makefile
@@ -9,10 +9,5 @@ NO_TEST = yes
EXTRA_DISTFILES = ibm.pub
-ifeq (net_2_0, $(PROFILE))
-all-local $(STD_TARGETS:=-local):
- @:
-else
include ../../build/library.make
-endif