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:
authorAlexander Kyte <alexmkyte@gmail.com>2016-07-06 03:07:39 +0300
committerAlexander Kyte <alexmkyte@gmail.com>2016-07-06 03:07:39 +0300
commitcfa44850df7df15ac149c4d881962eb0deff9d34 (patch)
tree078967226b0e1a1dc6f088b1932015fdddeed340
parenta042e25e8823d910bb2f7909aa9a98e4dc35ee92 (diff)
[runtime] Remove extraneous fi in docs build printing
-rw-r--r--mcs/build/rules.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/rules.make b/mcs/build/rules.make
index 60781c10dcd..eae908e3add 100644
--- a/mcs/build/rules.make
+++ b/mcs/build/rules.make
@@ -358,6 +358,6 @@ dist-default:
## Documentation stuff
-Q_MDOC =$(if $(V),,@echo "MDOC [$(PROFILE)] $(notdir $(@))";fi)
+Q_MDOC =$(if $(V),,@echo "MDOC [$(PROFILE)] $(notdir $(@))";)
MDOC =$(Q_MDOC) MONO_PATH="$(topdir)/class/lib/$(DEFAULT_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(topdir)/class/lib/$(DEFAULT_PROFILE)/mdoc.exe