From: Maxin B. John Date: Fri, 3 Jun 2016 11:09:30 +0000 (+0300) Subject: Makefile.am: Remove non-existing file X-Git-Tag: v3.2.1~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F712%2Fhead;p=thirdparty%2Flibarchive.git Makefile.am: Remove non-existing file Fixes this build error: CC libarchive/archive_write_set_format_gnutar.lo make[1]: *** No rule to make target 'libarchive/archive_write_set_format_gnutar_filenames.c', needed by 'libarchive/archive_write_set_format_gnutar_filenames.lo'. Stop. make[1]: Leaving directory '/home/maxin/clone/libarchive' Makefile:2866: recipe for target 'all' failed make: *** [all] Error 2 Signed-off-by: Maxin B. John --- diff --git a/Makefile.am b/Makefile.am index b45c727d9..3f6ea6fff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -223,7 +223,6 @@ libarchive_la_SOURCES= \ libarchive/archive_write_set_format_ustar.c \ libarchive/archive_write_set_format_v7tar.c \ libarchive/archive_write_set_format_gnutar.c \ - libarchive/archive_write_set_format_gnutar_filenames.c \ libarchive/archive_write_set_format_warc.c \ libarchive/archive_write_set_format_xar.c \ libarchive/archive_write_set_format_zip.c \ @@ -384,6 +383,7 @@ libarchive_test_SOURCES= \ libarchive/test/test_filter_count.c \ libarchive/test/test_fuzz.c \ libarchive/test/test_gnutar_filename_encoding.c \ + libarchive/test/test_write_format_gnutar_filenames.c libarchive/test/test_link_resolver.c \ libarchive/test/test_open_failure.c \ libarchive/test/test_open_fd.c \