We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ded055 commit 21117bfCopy full SHA for 21117bf
Makefile
@@ -2043,13 +2043,13 @@ $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walker.o GIT-LDFLAGS $(GITLIBS
2043
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
2044
2045
$(LIB_FILE): $(LIB_OBJS)
2046
- $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIB_OBJS)
+ $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $^
2047
2048
$(XDIFF_LIB): $(XDIFF_OBJS)
2049
- $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(XDIFF_OBJS)
2050
2051
$(VCSSVN_LIB): $(VCSSVN_OBJS)
2052
- $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(VCSSVN_OBJS)
2053
2054
export DEFAULT_EDITOR DEFAULT_PAGER
2055
0 commit comments