From b5414661b67f2025afa2e04e82c78a436d44d9b8 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 17 Jul 2013 23:48:36 -0400 Subject: [PATCH] Remove custom rule to clean .deps, now supported by default --- Makefile.am | 2 -- src/Makefile.am | 2 -- 2 files changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 82b402c..aa5ad62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,8 +12,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 04ac8c5..4fe7f5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,6 +21,4 @@ EXTRA_DIST = CLEANFILES = *~ -DISTCLEANFILES = .deps/*.P - MAINTAINERCLEANFILES = Makefile.in -- 2.20.1