Commit e5ac56af78ef063cc1f4ab557829c69c5f4a2000

Stefan Sperling 2020-02-21T08:03:18

ensure that gotweb's libexec helpers inherit build flags set in parent dirs

diff --git a/gotweb/libexec/got-read-blob/Makefile b/gotweb/libexec/got-read-blob/Makefile
index fb9095d..8a3f38c 100644
--- a/gotweb/libexec/got-read-blob/Makefile
+++ b/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 \
diff --git a/gotweb/libexec/got-read-commit/Makefile b/gotweb/libexec/got-read-commit/Makefile
index 1e78a9b..0996068 100644
--- a/gotweb/libexec/got-read-commit/Makefile
+++ b/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 \
diff --git a/gotweb/libexec/got-read-gitconfig/Makefile b/gotweb/libexec/got-read-gitconfig/Makefile
index 76cd8d7..77cc785 100644
--- a/gotweb/libexec/got-read-gitconfig/Makefile
+++ b/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 \
diff --git a/gotweb/libexec/got-read-object/Makefile b/gotweb/libexec/got-read-object/Makefile
index 22604cc..4889fe0 100644
--- a/gotweb/libexec/got-read-object/Makefile
+++ b/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 \
diff --git a/gotweb/libexec/got-read-pack/Makefile b/gotweb/libexec/got-read-pack/Makefile
index eae7dbb..a28b9cf 100644
--- a/gotweb/libexec/got-read-pack/Makefile
+++ b/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 \
diff --git a/gotweb/libexec/got-read-tag/Makefile b/gotweb/libexec/got-read-tag/Makefile
index 375212d..3a0b798 100644
--- a/gotweb/libexec/got-read-tag/Makefile
+++ b/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 \
diff --git a/gotweb/libexec/got-read-tree/Makefile b/gotweb/libexec/got-read-tree/Makefile
index b601aea..19a4c9c 100644
--- a/gotweb/libexec/got-read-tree/Makefile
+++ b/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 \