From: Zoltan Varga Date: Fri, 26 Jul 2019 02:58:39 +0000 (-0400) Subject: [netcore] Add a missing make dependency. X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~917 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c4aa73c78ba5a2b4d26a198c929fbf0d9fe72aa;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [netcore] Add a missing make dependency. Commit migrated from https://github.com/mono/mono/commit/390353d48b802cdec1052bf85c71c538e578403f --- diff --git a/src/mono/netcore/Makefile b/src/mono/netcore/Makefile index d1983ac..259b4f7 100644 --- a/src/mono/netcore/Makefile +++ b/src/mono/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),' $< > $@