]> granicus.if.org Git - mutt/commitdiff
"make distclean" fixes from Marco d'Itri.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 20 Jan 2000 11:52:02 +0000 (11:52 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 20 Jan 2000 11:52:02 +0000 (11:52 +0000)
Makefile.am
contrib/Makefile.in

index 8252c1957d5d9adf929aef5b10538baa0589ae59..bfdf5d96a0bfaf59946092aa5b71b17d05df29fd 100644 (file)
@@ -81,7 +81,7 @@ pgpring_DEPENDENCIES = @LIBOBJS@ $(INTLDEPS)
 mutt_dotlock.c: dotlock.c
        cp $(srcdir)/dotlock.c mutt_dotlock.c
 
-CLEANFILES = mutt_dotlock.c stamp-doc-rc
+CLEANFILES = mutt_dotlock.c stamp-doc-rc makedoc
 
 ACLOCAL_AMFLAGS = -I m4
 
index 6d181546b85eaae3c9f64eb4df9d13bd0ff0048c..7d5f85bff2919100fb9f82224a339bab564a243a 100644 (file)
@@ -27,7 +27,10 @@ DISTFILES=Mush.rc Pine.rc Makefile.in language.txt language50.txt    \
 
 SAMPLES=Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc
 
-all clean distclean:
+all clean:
+
+distclean:
+       -rm -f Makefile
 
 install:
        $(top_srcdir)/mkinstalldirs $(DESTDIR)@docdir@/samples
@@ -35,8 +38,7 @@ install:
                $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)@docdir@/samples ;    \
        done
 
-maintainer-clean:
-       -rm -f Makefile
+maintainer-clean: distclean
 
 Makefile: ../config.status Makefile.in
        cd .. \