From: David Oberhollenzer Date: Thu, 21 Sep 2017 14:19:08 +0000 (+0200) Subject: tests: checkfs: Remove unused source file from makefiles X-Git-Tag: v2.0.2~26 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=030a63bc0c970332142c51f18e1597f8138bf86d;p=mtd-utils.git tests: checkfs: Remove unused source file from makefiles The file comm.c was erroneously compiled into makefiles. This patch fixes that in the Automake file. Signed-off-by: David Oberhollenzer --- diff --git a/tests/checkfs/Makemodule.am b/tests/checkfs/Makemodule.am index f4e9225..6e1314f 100644 --- a/tests/checkfs/Makemodule.am +++ b/tests/checkfs/Makemodule.am @@ -1,7 +1,7 @@ checkfs_SOURCES = tests/checkfs/checkfs.c tests/checkfs/comm.c checkfs_CPPFLAGS = $(AM_CPPFLAGS) -makefiles_SOURCES = tests/checkfs/makefiles.c tests/checkfs/comm.c +makefiles_SOURCES = tests/checkfs/makefiles.c makefiles_CPPFLAGS = $(AM_CPPFLAGS) CHECKFS_BINS = \