Browse Source

[1704] Use CLEANFILES instead of clean-local

Mukund Sivaraman 13 years ago
parent
commit
a0bf4ce38c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Makefile.am

+ 1 - 2
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