Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cc/bisect-filter'
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index a2bfad43bc9f695f707d2d69472eb7d1af09ca5e..d8cd0111465ba371e990777f38959a9ec2913f27 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1193,6
+1193,7
@@
strip: $(PROGRAMS) git$X
git.o: git.c common-cmds.h GIT-CFLAGS
$(QUIET_CC)$(CC) -DGIT_VERSION='"$(GIT_VERSION)"' \
+ '-DGIT_HTML_PATH="$(htmldir_SQ)"' \
$(ALL_CFLAGS) -c $(filter %.c,$^)
git$X: git.o $(BUILTIN_OBJS) $(GITLIBS)