summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2017-10-01 12:37:53 +0800
committerGitHub <noreply@github.com>2017-10-01 12:37:53 +0800
commit6b6df1a7bb377651a07663879bd4162f0059dc5c (patch)
treebca515ba7c423462989286477645b53ca74a7d93 /Makefile.am
parent93d8e7dd17b08ff195af3580584ccd5c2228202f (diff)
downloadlibffi-6b6df1a7bb377651a07663879bd4162f0059dc5c.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4ddd12d..514900a 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
## ################################################################