summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-18 09:23:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-11-18 09:23:53 (GMT)
commit39847644adb3678da91048b2ac6ebc2b3c475f3a (patch)
tree3dd357abac07f6ccad330e55733dd9f641925a58 /Makefile
parentab96f28ba4deb71ff64b31bd63cee96314db7112 (diff)
parentadb59def102180b0e23ac835f41cd4f6b7a0960f (diff)
downloadgit-39847644adb3678da91048b2ac6ebc2b3c475f3a.zip
git-39847644adb3678da91048b2ac6ebc2b3c475f3a.tar.gz
git-39847644adb3678da91048b2ac6ebc2b3c475f3a.tar.bz2
Merge branch 'js/mingw-res-rebuild'
Windows build update. * js/mingw-res-rebuild: Windows: force-recompile git.res for differing architectures
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c49743..827e963 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-' ' '))) \