From 6b6df1a7bb377651a07663879bd4162f0059dc5c Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Sun, 1 Oct 2017 12:37:53 +0800 Subject: [PATCH] Adds `local.exp` to CLEANFILES With #315, #316, #317, #318 and this patch, running ``` AM_DISTCHECK_CONFIGURE_FLAGS=--disable-docs make distcheck ``` should complete successfully. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4ddd12d8..514900a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,8 @@ EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj \ libffi.xcodeproj/project.pbxproj \ libtool-ldflags +# local.exp is generated by configure +CLEANFILES = local.exp ## ################################################################