summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e4e8c0)
raw | patch | inline | side by side (parent: 3e4e8c0)
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>
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
$(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