From 8e0b8bef34aa31acee1af9499bb41b67815c5a52 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 2 Jun 2013 18:09:44 +0000 Subject: [PATCH] Fix "make dist" regression introduced by commit v4.7-184-gd648f29 * Makefile.am (EXTRA_DIST): Add linux/ubi-user.h. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index f3ae0bad..71d463d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -155,6 +155,7 @@ EXTRA_DIST = \ linux/syscall.h \ linux/tile/ioctlent.h.in \ linux/tile/syscallent.h \ + linux/ubi-user.h \ linux/x32/errnoent.h \ linux/x32/errnoent1.h \ linux/x32/ioctlent.h.in \ -- 2.40.0