summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2017-10-02 10:20:16 +0800
committerGitHub <noreply@github.com>2017-10-02 10:20:16 +0800
commit6cf0dea78a5a4584eda871e264043974d0453e53 (patch)
tree64e7dc747c0c238ed18104516af90194b18d0912 /Makefile.am
parent6b6df1a7bb377651a07663879bd4162f0059dc5c (diff)
downloadlibffi-6cf0dea78a5a4584eda871e264043974d0453e53.tar.gz
Change CLEANFILES to DISTCLEANFILES
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 514900a..512d536 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
## ################################################################