From 38aa148c61beeeb52b60aa9a3cf79d6f7e876c34 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Fri, 3 Dec 2021 23:10:57 +0100 Subject: [PATCH] Fixup Makefile.dotnet.mk --- makefiles/Makefile.dotnet.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile.dotnet.mk b/makefiles/Makefile.dotnet.mk index 181459ad97..aaf94e68b6 100644 --- a/makefiles/Makefile.dotnet.mk +++ b/makefiles/Makefile.dotnet.mk @@ -624,7 +624,7 @@ $$(TEMP_DOTNET_DIR)/$1/%/%.csproj: \ $$(TEMP_DOTNET_DIR)/$1/%/%.cs: \ $$(SRC_DIR)/examples/$1/%.cs \ | $$(TEMP_DOTNET_DIR)/$1/% - $$(COPY) $$(SRC_DIR)$$Sortools$$S$1$$Ssamples$$S$$*.cs \ + $$(COPY) $$(SRC_DIR)$$Sexamples$$S$1$$S$$*.cs \ $$(TEMP_DOTNET_DIR)$$S$1$$S$$* rdotnet_%: \