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:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-14 22:26:14 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-14 22:26:14 +0400
commit661f675ef2c7a74146027a5f916e941e3dd13a6a (patch)
treee46bb59a4795f53301ad778a145c09b9ef2530d4 /mcs/class/System.Reactive.Linq
parentcee7b0984742a29689bb2a6c80bea8d2c4d57a9d (diff)
...and they also need EXTRA_DISTFILES for tarballs.
Diffstat (limited to 'mcs/class/System.Reactive.Linq')
-rw-r--r--mcs/class/System.Reactive.Linq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Reactive.Linq/Makefile b/mcs/class/System.Reactive.Linq/Makefile
index d24c5f106e0..6f87edcc695 100644
--- a/mcs/class/System.Reactive.Linq/Makefile
+++ b/mcs/class/System.Reactive.Linq/Makefile
@@ -21,7 +21,7 @@ endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
-EXTRA_DISTFILES =
+EXTRA_DISTFILES = more_build_args
VALID_PROFILE := $(filter 2 4, $(FRAMEWORK_VERSION_MAJOR))
ifndef VALID_PROFILE