Skip to content

Commit a26e84e

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Makefile: POSIX windres
When environment variable POSIXLY_CORRECT is set, the "input -o output" syntax is not supported. http://cygwin.com/ml/cygwin/2017-01/msg00036.html Signed-off-by: Steven Penny <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent cc3b6ad commit a26e84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ $(SCRIPT_LIB) : % : %.sh GIT-SCRIPT-DEFINES
18251825
git.res: git.rc GIT-VERSION-FILE
18261826
$(QUIET_RC)$(RC) \
18271827
$(join -DMAJOR= -DMINOR=, $(wordlist 1,2,$(subst -, ,$(subst ., ,$(GIT_VERSION))))) \
1828-
-DGIT_VERSION="\\\"$(GIT_VERSION)\\\"" $< -o $@
1828+
-DGIT_VERSION="\\\"$(GIT_VERSION)\\\"" -i $< -o $@
18291829

18301830
# This makes sure we depend on the NO_PERL setting itself.
18311831
$(SCRIPT_PERL_GEN): GIT-BUILD-OPTIONS

0 commit comments

Comments
 (0)