Commit 9f1f8741b2ec0c8898ecff7b93005627b915dd02

Tom Tromey 2017-10-01T20:25:50

Merge pull request #319 from angerman/patch-5 Adds `local.exp` to DISTCLEANFILES

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.am b/Makefile.am
index 25f8513..c0ce7a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,6 +23,8 @@ EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj			\
 	libffi.xcodeproj/project.pbxproj				\
 	libtool-ldflags libtool-version configure.host
 
+# local.exp is generated by configure
+DISTCLEANFILES = local.exp
 
 ## ################################################################