提交 b9929338 编写于 作者: J Johannes Schindelin 提交者: Junio C Hamano

Fix "gmake -j"

In my attempt to port git to IRIX, I broke it. Sorry.
Signed-off-by: NJohannes E. Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 a348ab70
...@@ -515,15 +515,15 @@ git-ssh-upload$X: rsh.o ...@@ -515,15 +515,15 @@ git-ssh-upload$X: rsh.o
git-ssh-pull$X: rsh.o fetch.o git-ssh-pull$X: rsh.o fetch.o
git-ssh-push$X: rsh.o git-ssh-push$X: rsh.o
git-http-fetch$X: fetch.o http.o http-fetch.o git-http-fetch$X: fetch.o http.o http-fetch.o $(LIB_FILE)
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
$(LIBS) $(CURL_LIBCURL) $(LIBS) $(CURL_LIBCURL)
git-http-push$X: http.o http-push.o git-http-push$X: http.o http-push.o $(LIB_FILE)
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT) $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
git-rev-list$X: rev-list.o git-rev-list$X: rev-list.o $(LIB_FILE)
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
$(LIBS) $(OPENSSL_LIBSSL) $(LIBS) $(OPENSSL_LIBSSL)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册