From: Jo Shields Date: Thu, 25 Apr 2019 18:27:46 +0000 (-0400) Subject: [netcore] Fix `make dist` following https://github.com/mono/mono/pull/14167 (mono... X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~1365 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b7b077939c22ecc29e8315b33e3c2b1c7fb6d24;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [netcore] Fix `make dist` following https://github.com/mono/mono/pull/14167 (mono/mono#14233) Commit migrated from https://github.com/mono/mono/commit/b1d54d2e428f88ef7d4cef6db50f78dc06024258 --- diff --git a/src/mono/netcore/Makefile b/src/mono/netcore/Makefile index 23d0beb..07ec5f9 100644 --- a/src/mono/netcore/Makefile +++ b/src/mono/netcore/Makefile @@ -210,3 +210,5 @@ run-%: check-env build-base: $(addprefix build-, $(TEST_SUITES)) check: $(addprefix run-, $(TEST_SUITES)) + +distdir: