diff --git a/Makefile b/Makefile index 5867528e76..71fb690847 100644 --- a/Makefile +++ b/Makefile @@ -1776,7 +1776,7 @@ else RC_VERSION_DEFS := $(join -DMAJOR= -DMINOR= -DMICRO= -DPATCHLEVEL=, $(wordlist 1,4,$(subst -, ,$(subst ., ,$(subst .windows., ,$(GIT_VERSION)))))) endif -git.res: git.rc GIT-VERSION-FILE +git.res: git.rc GIT-VERSION-FILE GIT-PREFIX $(QUIET_RC)$(RC) $(RC_VERSION_DEFS) \ -DGIT_VERSION="\\\"$(GIT_VERSION)\\\"" $< -o $@