Skip to content

Commit f37c86b

Browse files
authored
[tools] Re-create dotnet-linker.csproj.inc when dotnet-linker.csproj changes. (#17826)
1 parent 38a2442 commit f37c86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dotnet-linker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DOTNET_DIRECTORIES += \
1616
# dotnet-linker.csproj.inc contains the dotnet_linker_dependencies variable used to determine if mtouch needs to be rebuilt or not.
1717
dotnet-linker.csproj.inc: export BUILD_EXECUTABLE=$(DOTNET) build
1818
dotnet-linker.csproj.inc: export BUILD_VERBOSITY=$(DOTNET_BUILD_VERBOSITY)
19-
dotnet-linker.csproj.inc:
19+
dotnet-linker.csproj.inc: dotnet-linker.csproj
2020
-include dotnet-linker.csproj.inc
2121

2222
$(BUILD_DIR)/dotnet-linker%dll $(BUILD_DIR)/dotnet-linker%pdb: Makefile $(dotnet_linker_dependencies)

0 commit comments

Comments
 (0)