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.
This commit is contained in:
Moritz Angermann
2017-10-01 12:37:53 +08:00
committed by GitHub
parent 93d8e7dd17
commit 6b6df1a7bb

View File

@@ -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
## ################################################################