Change CLEANFILES to DISTCLEANFILES
authorMoritz Angermann <moritz.angermann@gmail.com>
Mon, 2 Oct 2017 02:20:16 +0000 (10:20 +0800)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2017 02:20:16 +0000 (10:20 +0800)
Makefile.am

index 514900a..512d536 100644 (file)
@@ -24,7 +24,7 @@ EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj                    \
        libtool-ldflags
 
 # local.exp is generated by configure
-CLEANFILES = local.exp
+DISTCLEANFILES = local.exp
 
 ## ################################################################