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:
authorMiguel de Icaza <miguel@gnome.org>2007-01-23 20:00:05 +0300
committerMiguel de Icaza <miguel@gnome.org>2007-01-23 20:00:05 +0300
commit0066980905371d6a4d99ffbecd71e6ea088f6335 (patch)
treecf1f0ceba2351d5bffa7e537de0ff07611f47438
parentdfedc6398165e0493a2f323462d2e83d7a876b97 (diff)
Remove this
svn path=/trunk/mcs/; revision=71522
-rw-r--r--mcs/tools/xbuild/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mcs/tools/xbuild/Makefile b/mcs/tools/xbuild/Makefile
index eafc9d62edb..95f77bbc5a0 100644
--- a/mcs/tools/xbuild/Makefile
+++ b/mcs/tools/xbuild/Makefile
@@ -21,12 +21,8 @@ install-extras:
$(MKINSTALLDIRS) $(DESTDIR)$(EXTRAS_DIR)/MSBuild
$(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.CommonTypes.xsd $(DESTDIR)$(EXTRAS_DIR)/MSBuild
$(INSTALL_DATA) xbuild/MSBuild/Microsoft.Build.Core.xsd $(DESTDIR)$(EXTRAS_DIR)/MSBuild
-ifneq ($(PLATFORM),win32)
- cp xbuild/Microsoft.CSharp.targets xbuild/Microsoft.CSharp.Targets
- $(INSTALL_DATA) xbuild/Microsoft.CSharp.Targets $(DESTDIR)$(EXTRAS_DIR)
- cp xbuild/Microsoft.VisualBasic.targets xbuild/Microsoft.VisualBasic.Targets
- $(INSTALL_DATA) xbuild/Microsoft.VisualBasic.Targets $(DESTDIR)$(EXTRAS_DIR)
-endif
+ $(INSTALL_DATA) xbuild/Microsoft.CSharp.targets $(DESTDIR)$(EXTRAS_DIR)
+ $(INSTALL_DATA) xbuild/Microsoft.VisualBasic.targets $(DESTDIR)$(EXTRAS_DIR)
EXTRA_DISTFILES = \
xbuild/xbuild.rsp \