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:
authorZoltan Varga <vargaz@gmail.com>2019-07-26 05:58:39 +0300
committerMarek Safar <marek.safar@gmail.com>2019-07-26 11:03:14 +0300
commit390353d48b802cdec1052bf85c71c538e578403f (patch)
tree6f970ec200558f0658ca65feed0680c5997c331a /netcore
parenta809e479f34cdc408f6088fccab18857813c7469 (diff)
[netcore] Add a missing make dependency.
Diffstat (limited to 'netcore')
-rw-r--r--netcore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcore/Makefile b/netcore/Makefile
index d1983ac6765..259b4f77715 100644
--- a/netcore/Makefile
+++ b/netcore/Makefile
@@ -94,7 +94,7 @@ run-aspnet-sample: prepare
# COREHOST_TRACE=1
SHAREDRUNTIME := shared/Microsoft.NETCore.App/$(NETCOREAPP_VERSION)
-System.Private.CoreLib/src/System/Environment.Mono.cs: System.Private.CoreLib/src/System/Environment.Mono.in
+System.Private.CoreLib/src/System/Environment.Mono.cs: System.Private.CoreLib/src/System/Environment.Mono.in config.make
test -n '$(MONO_CORLIB_VERSION)'
sed -e 's,@''MONO_CORLIB_VERSION@,$(MONO_CORLIB_VERSION),' $< > $@