projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e4e8c0
)
fetch.o depends on the headers, too.
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Tue, 27 Feb 2007 23:55:48 +0000
(
00:55
+0100)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 1 Mar 2007 21:26:57 +0000
(13:26 -0800)
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 64d29f7c1852ccf4b531e6cfca5ad215377d555c..9f2cbe2cb9eb941b0a0d3c7edb7f931fabf6c145 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-775,7
+775,7
@@
git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
-$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
+$(LIB_OBJS) $(BUILTIN_OBJS)
fetch.o
: $(LIB_H)
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
$(DIFF_OBJS): diffcore.h