From: Johannes Schindelin Date: Tue, 27 Feb 2007 23:55:48 +0000 (+0100) Subject: fetch.o depends on the headers, too. X-Git-Tag: v1.5.0.3~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0df56eabf2cde83cb63c4acd7da2346c34220ac0?hp=3e4e8c03ca948e96b7f6a1730fb67034a6f942e3 fetch.o depends on the headers, too. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 64d29f7c18..9f2cbe2cb9 100644 --- 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