[tools] Re-create dotnet-linker.csproj.inc when dotnet-linker.csproj changes. (#17826)

This commit is contained in:
Rolf Bjarne Kvinge 2023-03-17 07:58:12 +01:00 коммит произвёл GitHub
Родитель 38a2442839
Коммит f37c86bd1e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ DOTNET_DIRECTORIES += \
# dotnet-linker.csproj.inc contains the dotnet_linker_dependencies variable used to determine if mtouch needs to be rebuilt or not.
dotnet-linker.csproj.inc: export BUILD_EXECUTABLE=$(DOTNET) build
dotnet-linker.csproj.inc: export BUILD_VERBOSITY=$(DOTNET_BUILD_VERBOSITY)
dotnet-linker.csproj.inc:
dotnet-linker.csproj.inc: dotnet-linker.csproj
-include dotnet-linker.csproj.inc
$(BUILD_DIR)/dotnet-linker%dll $(BUILD_DIR)/dotnet-linker%pdb: Makefile $(dotnet_linker_dependencies)