projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60349a
)
Makefile: do not recompile main programs when libraries have changed.
author
Junio C Hamano
<junkio@cox.net>
Thu, 22 Jun 2006 22:43:47 +0000
(15:43 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 22 Jun 2006 23:20:54 +0000
(16:20 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a5b67849b3375127cb7bfd1ec68719c747338d89..e29e3fa381dd3b36bf235d304d99f254db702492 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-582,7
+582,7
@@
git-http-push$X: revision.o http.o http-push.o $(LIB_FILE)
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
-$(patsubst git-%$X,%.o,$(PROGRAMS)): $(
GITLIBS
)
+$(patsubst git-%$X,%.o,$(PROGRAMS)): $(
LIB_H) $(wildcard */*.h
)
$(DIFF_OBJS): diffcore.h
$(LIB_FILE): $(LIB_OBJS)