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:
authorJonathan Pryor <jpryor@novell.com>2008-10-31 07:37:04 +0300
committerJonathan Pryor <jpryor@novell.com>2008-10-31 07:37:04 +0300
commit12a276254711ec3edf2a5503e0871cb718a2eb78 (patch)
tree39685a800b122824db5063f473275ff0fb115255 /docs/Makefile.am
parent2e8222b322b542a71f38ccf500bf83e7ea42a40a (diff)
parent9530c5256847039bb3af8aa7e5cb10d4ea5f5051 (diff)
* check, Makefile.am (EXTRA_DIST): Rename to check-exports. This was
needed to fix `make distdir...`, because (1) with a file named `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is ALSO a .PHONY target, this caused make to look for the `check` file, not find it due to (3), and then proceed to try to build convert.exe from convert.cs...for reasons I don't care about. This obviously can't work during `make distdir`, as mcs hasn't been built yet, thus leading to pain, suffering, and a broken build. svn path=/trunk/mono/; revision=117537
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 40796e41168..63f9bfe1f35 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -13,7 +13,7 @@ EXTRA_DIST = \
aot-compiler.txt \
api-style.css \
assembly-bundle \
- check \
+ check-exports \
check-coverage \
convert.cs \
current-api \