]> www.infradead.org Git - mtd-utils.git/commit
Fix: add missing new-line-escape in jffsX-utils Makemodule.am
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 5 Jan 2022 09:32:14 +0000 (10:32 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 5 Jan 2022 09:32:14 +0000 (10:32 +0100)
commitc3a92d6bdc5cc9b60ccc4a74eddea6b9bff79ff9
tree798c81323ded6ce4b4d99cf69a95c4136287cba6
parent5a71d0079629a3a81ab52ff2c05e13380946c369
Fix: add missing new-line-escape in jffsX-utils Makemodule.am

In commit a888044525, various header files that were added to the
distribution tarball via EXTRA_DIST were instead added to the source
lists of their respective programs instead.

In the case of jffsX-utils, a missing escape for a new-line in the
source list caused the include/linux/jffs2.h header to not be packged
in the release tarball. This went undiscovered, as the system on which
the release tarball was built, had the same header installed installed
in the system include directory, so a `make distcheck` succeeded.

Fixes: a888044525
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
jffsX-utils/Makemodule.am