From 87cc02a04a3ebde24a0c75d2051149e56053bf40 Mon Sep 17 00:00:00 2001 From: Geoff Norton Date: Mon, 28 Feb 2011 19:25:38 -0500 Subject: [PATCH] Fix the build when using DESTDIR --- mcs/tools/xbuild/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/tools/xbuild/Makefile b/mcs/tools/xbuild/Makefile index e6b0496aeef..8414cd4520b 100644 --- a/mcs/tools/xbuild/Makefile +++ b/mcs/tools/xbuild/Makefile @@ -36,7 +36,7 @@ WEBAPP_DIR = Microsoft/VisualStudio/v9.0/WebApplications SILVERLIGHT_DIR = $(mono_libdir)/mono/xbuild/Microsoft/Silverlight EXTRAS_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION) install-extras: - $(MKINSTALLDIRS) $(DESTDIR)$(EXTRAS_DIR) $(REDISTLIST_DIR) $(DESTDIR)$(XBUILD_FRAMEWORKS_DIR)/v3.0/RedistList + $(MKINSTALLDIRS) $(DESTDIR)$(EXTRAS_DIR) $(DESTDIR)$(REDISTLIST_DIR) $(DESTDIR)$(XBUILD_FRAMEWORKS_DIR)/v3.0/RedistList $(INSTALL_DATA) xbuild/xbuild.rsp $(DESTDIR)$(EXTRAS_DIR) $(INSTALL_DATA) xbuild/$(FRAMEWORK_VERSION)/Microsoft.Common.tasks $(DESTDIR)$(EXTRAS_DIR) $(INSTALL_DATA) xbuild/Microsoft.Build.xsd $(DESTDIR)$(EXTRAS_DIR) -- 2.11.4.GIT