From: Hugo Villeneuve Date: Thu, 18 Jul 2013 03:48:36 +0000 (-0400) Subject: Remove custom rule to clean .deps, now supported by default X-Git-Tag: v1.1.0~17 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=b5414661b67f2025afa2e04e82c78a436d44d9b8;p=dockapps%2Fhvclock.git Remove custom rule to clean .deps, now supported by default --- 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