From 91a5a46fba329b993ce787ae2033dd323d0c7c14 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 17 Jul 2013 23:50:54 -0400 Subject: [PATCH] Remove custom rule to clean .deps, now supported by default --- Makefile.am | 2 -- src/Makefile.am | 1 - 2 files changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0ad83b5..dca6411 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,8 +13,6 @@ ACLOCAL = aclocal -I $(ac_aux_dir) CLEANFILES = *~ -DISTCLEANFILES = .deps/*.P - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \ stamp-h.in $(ac_aux_dir)/depcomp \ $(ac_aux_dir)/install-sh $(ac_aux_dir)/missing \ diff --git a/src/Makefile.am b/src/Makefile.am index 067e08f..1983fe8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,7 +8,6 @@ wmnotify_SOURCES = wmnotify.c wmnotify.h options.c options.h configfile.c config network.c network.h pop3.c pop3.h imap.c imap.h ssl.c ssl.h common.h CLEANFILES = *~ -DISTCLEANFILES = .deps/*.P MAINTAINERCLEANFILES = Makefile.in # we want these in the dist tarball -- 2.20.1