git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d52dc4b
)
Makefile: add compat/bswap.h to LIB_H
author
Dmitry V. Levin
<redacted>
Sun, 1 Nov 2009 23:09:05 +0000
(
02:09
+0300)
committer
Junio C Hamano
<redacted>
Mon, 2 Nov 2009 03:01:05 +0000
(19:01 -0800)
Starting with commit
51ea55190b6e72c77c96754c1bf2f149a4714848
,
git-compat-util.h includes compat/bswap.h
Signed-off-by: Dmitry V. Levin <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 268aede566c29bdf5f4e19fb2a6819fc197c0fbb..3bca8d42cc214be9bf4ab0e9a7f6cdbf7cbe30e3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-412,6
+412,7
@@
LIB_H += builtin.h
LIB_H += cache.h
LIB_H += cache-tree.h
LIB_H += commit.h
+LIB_H += compat/bswap.h
LIB_H += compat/cygwin.h
LIB_H += compat/mingw.h
LIB_H += csum-file.h
git clone https://git.99rst.org/PROJECT