blob: 1ad5d6f4c912b3b1f9245f5e7533b55a0c005594 [file] [log] [blame]
Patrick Williamsd849ec72016-08-17 14:59:38 -05001Disable m4 file test where sources are built from git.
2
3Signed-off-by: Amy Fong <amy.fong@windriver.com>
4---
5 Makefile.am | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8--- a/Makefile.am
9+++ b/Makefile.am
10@@ -185,7 +185,7 @@
11 # Makefile in datapath/linux, needed to get the list of files to
12 # distribute, requires GNU make extensions.
13 if GNU_MAKE
14-ALL_LOCAL += dist-hook-git
15+# ALL_LOCAL += dist-hook-git
16 dist-hook-git: distfiles
17 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \
18 (cd datapath && $(MAKE) distfiles); \