Adds `local.exp` to CLEANFILES
authorMoritz Angermann <moritz.angermann@gmail.com>
Sun, 1 Oct 2017 04:37:53 +0000 (12:37 +0800)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2017 04:37:53 +0000 (12:37 +0800)
With #315, #316, #317, #318 and this patch, running
```
AM_DISTCHECK_CONFIGURE_FLAGS=--disable-docs make distcheck
```
should complete successfully.

Makefile.am

index 4ddd12d..514900a 100644 (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
 
 ## ################################################################