Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
read-cache/write-cache: optionally return cache checksum SHA1.
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index a83c5029f468b74e50da489451a6b6449d800a8b..d9a3a82fe2afa2bb477d65f082b6348ed678e955 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-470,6
+470,8
@@
git$X: git.c common-cmds.h $(BUILTIN_OBJS) $(GITLIBS)
$(ALL_CFLAGS) -o $@ $(filter %.c,$^) \
$(BUILTIN_OBJS) $(ALL_LDFLAGS) $(LIBS)
+builtin-help.o: common-cmds.h
+
$(BUILT_INS): git$X
rm -f $@ && ln git$X $@