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>2018-09-02 18:43:28 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-09-02 18:43:28 +0300
commit707bddeaff0848a240e4954ffa8d48bd258cd166 (patch)
tree3a8588193f765c93bc302dc242d1b61d8a8e4f20
parente42e7fddee48a556aca61677b4b78a45e1707cab (diff)
[mini] Prevent automake from generating a default mono_SOURCES
It was caused by https://github.com/mono/mono/commit/3912412f5059337724199cc132658e5ebd401b68 and broke the tarball build because the default mono.c didn't exist to be disted.
-rwxr-xr-xmono/mini/Makefile.am.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/mono/mini/Makefile.am.in b/mono/mini/Makefile.am.in
index 4bf47e2eafb..0c88abb33b6 100755
--- a/mono/mini/Makefile.am.in
+++ b/mono/mini/Makefile.am.in
@@ -187,6 +187,9 @@ libmono_llvm_la_LDFLAGS=-Wl,-undefined -Wl,suppress -Wl,-flat_namespace
endif
endif
+# we need this to prevent automake from generating a default mono_SOURCES = mono.c
+mono_SOURCES =
+
mono_boehm_SOURCES =
mono_boehm_CFLAGS = $(AM_CFLAGS) @CXX_REMOVE_CFLAGS@