Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2017-11-10 14:53:18 +0300
committerMarius Ungureanu <teromario@yahoo.com>2017-11-10 14:53:18 +0300
commit2f469bd03acef9e1d89a9861d3db4078e7695b16 (patch)
tree0b8f6d766eceafbc2917b3c9ed2de3995a15e937 /main/Makefile.am
parent32522e8a64d7fccab0bf38bf937bc51b9ea3558b (diff)
Fixed 'Bug 60485 - RE RedundantBaseQualifierAnalyzer throws System.Ty… (#3330)
* Fixed 'Bug 60485 - RE RedundantBaseQualifierAnalyzer throws System.TypeLoadException' * [Refactoring] Updated refactoring essentials reference. RE got refactored quite a bit this year.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 26f87bad8a..82634e8d54 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -28,7 +28,7 @@ NUGET_RESTORE = mono external/nuget-binary/nuget.exe restore -DisableParallelPro
# see: https://github.com/kzu/NuGet.Restore
restore-packages:
@$(NUGET_RESTORE)
- msbuild /t:Restore /p:RestoreDisableParallel=true external/RefactoringEssentials/RefactoringEssentials.2017/RefactoringEssentials.csproj
+ msbuild /t:Restore /p:RestoreDisableParallel=true external/RefactoringEssentials/RefactoringEssentials/RefactoringEssentials.csproj
vcrevision:
touch vcrevision
@@ -206,7 +206,7 @@ EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(appdata_DATA) $(pixmap_DATA) \
md.targets
DISTCLEANFILES = monodevelop intltool-extract intltool-merge intltool-update \
- $(pkgconfig_DATA)
+ $(pkgconfig_DATA)
include $(top_srcdir)/Makefile.include