diff options
author | 2008-10-12 15:37:39 +0100 | |
---|---|---|
committer | 2008-10-12 15:37:39 +0100 | |
commit | 903a669622844e80821328e2c40a14c6ad2ae58d (patch) | |
tree | 9be4ce2d7f884588b345066f6ae036191719517a /Makefile.am | |
parent | b84cd3cb449f56834a994ddbca6380e718d04cb2 (diff) | |
download | paludis-903a669622844e80821328e2c40a14c6ad2ae58d.tar.gz paludis-903a669622844e80821328e2c40a14c6ad2ae58d.tar.xz |
*.epicfail in CLEANFILES
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 34d7172c5..587417113 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ CLEANFILES = *~ done-check gmon.out *.gcov *.gcno *.gcda *.loT \ - automake-deps-dist-hack.tmp automake-deps-built-hack.tmp + automake-deps-dist-hack.tmp automake-deps-built-hack.tmp *.epicfail MAINTAINERCLEANFILES = Makefile.in configure config/* aclocal.m4 \ config.h config.h.in INSTALL AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options foreign |