]> eyrie.org Git - kerberos/wallet.git/commitdiff
Remove the Autoconf cache on make distclean
authorRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 22:46:36 +0000 (14:46 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 22:46:36 +0000 (14:46 -0800)
Makefile.am

index 15ad04254d2a82e9cdd6e2fca77458d280ee5e1d..d1319f3fabe5f526d6bbe4ad5d5fa25e30faa348 100644 (file)
@@ -254,8 +254,10 @@ clean-local:
            cd perl && ./Build realclean ;              \
        fi
 
-# Remove the files that we copy over if and only if builddir != srcdir.
+# Remove the Autoconf cache.  Remove the files that we copy over if and only
+# if builddir != srcdir.
 distclean-local:
+       rm -rf autom4te.cache
        set -e; if [ x"$(builddir)" != x"$(srcdir)" ] ; then    \
            for f in $(PERL_FILES) ; do                         \
                rm -f "$(builddir)/$$f" ;                       \