From 2c4aa73c78ba5a2b4d26a198c929fbf0d9fe72aa Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Thu, 25 Jul 2019 22:58:39 -0400 Subject: [PATCH] [netcore] Add a missing make dependency. Commit migrated from https://github.com/mono/mono/commit/390353d48b802cdec1052bf85c71c538e578403f --- src/mono/netcore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),' $< > $@ -- 2.7.4