From fce123e942db9a89f36a6a13be8a75c7da97ff6c Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Mon, 10 Jul 2023 11:31:51 +0200 Subject: [PATCH] Revert "fix(windows): Fix Delphi makefile" This reverts commit 88c2e1a4f22dcd4585860d560aeb2c5eb8da727a. --- common/windows/delphi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/windows/delphi/Makefile b/common/windows/delphi/Makefile index 12b27ee97f..2a8258f07b 100644 --- a/common/windows/delphi/Makefile +++ b/common/windows/delphi/Makefile @@ -4,6 +4,6 @@ global-versions: # Build our root version.txt; TODO: replace with build.sh deps cd $(KEYMAN_ROOT)\common\windows $(MKVER_U) $(KEYMAN_ROOT)\common\windows\delphi\general\keymanversion_build.in $(KEYMAN_ROOT)\common\windows\delphi\general\keymanversion_build.inc - $(GIT_BASH_FOR_KEYMAN) $(KEYMAN_ROOT)\common\include\build.sh clean configure build + $(GIT_BASH_FOR_KEYMAN) $(KEYMAN_ROOT)/common/include/build.sh clean configure build -!include Target.mak +!include Target.mak \ No newline at end of file