summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c3acfc)
raw | patch | inline | side by side (parent: 1c3acfc)
author | Johannes Sixt <j6t@kdbg.org> | |
Mon, 29 Jun 2009 19:42:08 +0000 (21:42 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 30 Jun 2009 18:17:54 +0000 (11:17 -0700) |
This dependency was not yet specified anywhere else.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index d21b4eb54f936fb4a142d9b4844636ddaac00e1d..c6b81d0125ee5ff37db7cd8aea1cd9a732915864 100644 (file)
--- a/Makefile
+++ b/Makefile
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
-$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
+$(patsubst git-%$X,%.o,$(PROGRAMS)) git.o: $(LIB_H) $(wildcard */*.h)
builtin-revert.o wt-status.o: wt-status.h
$(LIB_FILE): $(LIB_OBJS)