Parcourir la source

[1704] Use CLEANFILES instead of clean-local

Mukund Sivaraman il y a 13 ans
Parent
commit
a0bf4ce38c
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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