Skip to content

Commit ee71f9e

Browse files
author
Git for Windows Build Agent
committed
Merge 'cygwin-fixes' into HEAD
2 parents cc3b6ad + 4ea883d commit ee71f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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
@@ -2055,7 +2055,7 @@ git-%$X: %.o GIT-LDFLAGS $(GITLIBS)
20552055

20562056
git-imap-send$X: imap-send.o $(IMAP_SEND_BUILDDEPS) GIT-LDFLAGS $(GITLIBS)
20572057
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
2058-
$(LIBS) $(IMAP_SEND_LDFLAGS)
2058+
$(IMAP_SEND_LDFLAGS) $(LIBS)
20592059

20602060
git-http-fetch$X: http.o http-walker.o http-fetch.o GIT-LDFLAGS $(GITLIBS)
20612061
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \

0 commit comments

Comments
 (0)