From c3a92d6bdc5cc9b60ccc4a74eddea6b9bff79ff9 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 5 Jan 2022 10:32:14 +0100 Subject: 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 --- jffsX-utils/Makemodule.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jffsX-utils') diff --git a/jffsX-utils/Makemodule.am b/jffsX-utils/Makemodule.am index 96389f6..7112d6e 100644 --- a/jffsX-utils/Makemodule.am +++ b/jffsX-utils/Makemodule.am @@ -6,7 +6,7 @@ mkfs_jffs2_SOURCES = \ jffsX-utils/rbtree.c \ jffsX-utils/compr_lzo.c \ jffsX-utils/compr.c \ - jffsX-utils/compr_rtime.c + jffsX-utils/compr_rtime.c \ jffsX-utils/compr.h \ jffsX-utils/rbtree.h \ jffsX-utils/summary.h \ -- cgit v1.2.3