We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a2442 commit f37c86bCopy full SHA for f37c86b
tools/dotnet-linker/Makefile
@@ -16,7 +16,7 @@ DOTNET_DIRECTORIES += \
16
# dotnet-linker.csproj.inc contains the dotnet_linker_dependencies variable used to determine if mtouch needs to be rebuilt or not.
17
dotnet-linker.csproj.inc: export BUILD_EXECUTABLE=$(DOTNET) build
18
dotnet-linker.csproj.inc: export BUILD_VERBOSITY=$(DOTNET_BUILD_VERBOSITY)
19
-dotnet-linker.csproj.inc:
+dotnet-linker.csproj.inc: dotnet-linker.csproj
20
-include dotnet-linker.csproj.inc
21
22
$(BUILD_DIR)/dotnet-linker%dll $(BUILD_DIR)/dotnet-linker%pdb: Makefile $(dotnet_linker_dependencies)
0 commit comments