summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-18 18:23:53 +0900
committerJunio C Hamano <gitster@pobox.com>2018-11-18 18:23:53 +0900
commit39847644adb3678da91048b2ac6ebc2b3c475f3a (patch)
tree3dd357abac07f6ccad330e55733dd9f641925a58
parentMerge branch 'jk/unused-parameter-fixes' (diff)
parentWindows: force-recompile git.res for differing architectures (diff)
downloadgit-39847644adb3678da91048b2ac6ebc2b3c475f3a.tar.gz
git-39847644adb3678da91048b2ac6ebc2b3c475f3a.zip
Merge branch 'js/mingw-res-rebuild'
Windows build update. * js/mingw-res-rebuild: Windows: force-recompile git.res for differing architectures
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c4974348b..827e963378 100644
--- a/Makefile
+++ b/Makefile
@@ -2111,7 +2111,7 @@ $(SCRIPT_LIB) : % : %.sh GIT-SCRIPT-DEFINES
$(QUIET_GEN)$(cmd_munge_script) && \
mv $@+ $@
-git.res: git.rc GIT-VERSION-FILE
+git.res: git.rc GIT-VERSION-FILE GIT-PREFIX
$(QUIET_RC)$(RC) \
$(join -DMAJOR= -DMINOR= -DMICRO= -DPATCHLEVEL=, $(wordlist 1, 4, \
$(shell echo $(GIT_VERSION) 0 0 0 0 | tr '.a-zA-Z-' ' '))) \