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 Köplinger <alex.koeplinger@outlook.com>2019-10-26 02:17:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-11-03 17:43:40 +0300
commitd89b96a298ef75ef8bcd94bae122fba3a042277a (patch)
tree232366dd306a0f5efe0d42c5eed6b399bf2e8bbe /configure.ac
parentad385f98b36e230864b1751cbb660a593a64c43a (diff)
[netcore] Fix out of tree build for netcore/ folder
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc56eea1560..12413322663 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6998,7 +6998,7 @@ if test x$buildsgen = xyes; then
fi
if test "x$with_core" = "xonly"; then
- if test ! -d netcore; then
+ if test ! -e netcore/Makefile; then
# Out of tree builds
mkdir -p netcore
echo "all:" > netcore/Makefile