Commit Diff


commit - 7fa81f883018bdf9a7067622c62c75734f846454
commit + e5ac56af78ef063cc1f4ab557829c69c5f4a2000
blob - fb9095d18f1dd271324059f13667cb202c67bf2c
blob + 8a3f38ce4c45ce1386bdc180e342b043f8abe809
--- gotweb/libexec/got-read-blob/Makefile
+++ gotweb/libexec/got-read-blob/Makefile
@@ -1,5 +1,6 @@
 
 .include "../../../got-version.mk"
+.include "../Makefile.inc"
 
 PROG=		got-read-blob
 SRCS=		got-read-blob.c error.c inflate.c object_parse.c \
blob - 1e78a9b68b2a9b607772d9aed122dc7305f33912
blob + 0996068f0f3d0bb71779d03c1c1a7ec355644166
--- gotweb/libexec/got-read-commit/Makefile
+++ gotweb/libexec/got-read-commit/Makefile
@@ -1,5 +1,6 @@
 
 .include "../../../got-version.mk"
+.include "../Makefile.inc"
 
 PROG=		got-read-commit
 SRCS=		got-read-commit.c error.c inflate.c object_parse.c \
blob - 76cd8d771a280f1fb361b83342fde40ba21744d2
blob + 77cc7852cae9199c991f2908f2d9e8a27da650ee
--- gotweb/libexec/got-read-gitconfig/Makefile
+++ gotweb/libexec/got-read-gitconfig/Makefile
@@ -1,5 +1,6 @@
 
 .include "../../../got-version.mk"
+.include "../Makefile.inc"
 
 PROG=		got-read-gitconfig
 SRCS=		got-read-gitconfig.c error.c inflate.c object_parse.c \
blob - 22604cc702d35f75d0004cad43d0627ae0b3ee33
blob + 4889fe0bab46bbcdb20610ea9255916cd11d0e0d
--- gotweb/libexec/got-read-object/Makefile
+++ gotweb/libexec/got-read-object/Makefile
@@ -1,5 +1,6 @@
 
 .include "../../../got-version.mk"
+.include "../Makefile.inc"
 
 PROG=		got-read-object
 SRCS=		got-read-object.c error.c inflate.c object_parse.c \
blob - eae7dbb349e69db10c5ebd08d15e9c28222c7e82
blob + a28b9cfd2d1c5d17ffcbe771790c2183e406f924
--- gotweb/libexec/got-read-pack/Makefile
+++ gotweb/libexec/got-read-pack/Makefile
@@ -1,5 +1,6 @@
 
 .include "../../../got-version.mk"
+.include "../Makefile.inc"
 
 PROG=		got-read-pack
 SRCS=		got-read-pack.c delta.c error.c inflate.c object_cache.c \
blob - 375212d67beacf7978f98ddbfe466472b054c339
blob + 3a0b798c57ea849bde67efe66e3b721f7486e287
--- gotweb/libexec/got-read-tag/Makefile
+++ gotweb/libexec/got-read-tag/Makefile
@@ -1,5 +1,6 @@
 
 .include "../../../got-version.mk"
+.include "../Makefile.inc"
 
 PROG=		got-read-tag
 SRCS=		got-read-tag.c error.c inflate.c object_parse.c \
blob - b601aeaf437b0157a6f4677965493703b684644e
blob + 19a4c9cfa3379ca5fec4fafdc691d38c80c996e8
--- gotweb/libexec/got-read-tree/Makefile
+++ gotweb/libexec/got-read-tree/Makefile
@@ -1,5 +1,6 @@
 
 .include "../../../got-version.mk"
+.include "../Makefile.inc"
 
 PROG=		got-read-tree
 SRCS=		got-read-tree.c error.c inflate.c object_parse.c \