diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-02-28 00:55:48 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-01 13:26:57 -0800 |
commit | 0df56eabf2cde83cb63c4acd7da2346c34220ac0 (patch) | |
tree | 15418c6ad73f127ccaa180ce705c534d2ca7ade8 /Makefile | |
parent | 3e4e8c03ca948e96b7f6a1730fb67034a6f942e3 (diff) | |
download | git-0df56eabf2cde83cb63c4acd7da2346c34220ac0.tar.gz git-0df56eabf2cde83cb63c4acd7da2346c34220ac0.tar.xz |
fetch.o depends on the headers, too.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |