From: Thomas Roessler Date: Thu, 20 Jan 2000 11:52:02 +0000 (+0000) Subject: "make distclean" fixes from Marco d'Itri. X-Git-Tag: mutt-1-1-3-rel~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69de4dd1fb5b3b2c65601f746d3af130a979a8f5;p=mutt "make distclean" fixes from Marco d'Itri. --- diff --git a/Makefile.am b/Makefile.am index 8252c195..bfdf5d96 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/contrib/Makefile.in b/contrib/Makefile.in index 6d181546..7d5f85bf 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -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 .. \