From: Hugo Villeneuve Date: Wed, 31 Jul 2013 19:29:01 +0000 (-0400) Subject: Remove custom rule to clean .deps, now supported by default X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=73d91e3b416c2f04d7f3285ede4bf52d2c5c89c8;p=hvutilities.git Remove custom rule to clean .deps, now supported by default --- diff --git a/Makefile.am b/Makefile.am index 6709674..1645ab5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,8 +11,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 \