From: Mukund Sivaraman Date: Fri, 1 Jun 2012 06:05:38 +0000 (+0530) Subject: [1704] Use CLEANFILES instead of clean-local X-Git-Tag: trac2351_base~226^2~60^2^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0bf4ce38c190728f172ee9e2a335248a0ed7a1d;p=thirdparty%2Fkea.git [1704] Use CLEANFILES instead of clean-local --- diff --git a/Makefile.am b/Makefile.am index c3ed1420f5..ccc552404e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -406,5 +406,4 @@ EXTRA_DIST += ext/coroutine/coroutine.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dns++.pc -clean-local: - -rm -f $(abs_top_builddir)/logger_lockfile +CLEANFILES = $(abs_top_builddir)/logger_lockfile