From a624d97e93c072453f9ea8c0c01ea0a056083cf4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 13 Nov 2015 10:49:09 +0000 Subject: [PATCH] Remove *~ files on make clean. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c6f2fd2..d2c27b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,7 @@ autobuildrequires.1: autobuildrequires.pod pod2man --section 1 $< > $@-t mv $@-t $@ -CLEANFILES = $(bin_SCRIPTS) +CLEANFILES = $(bin_SCRIPTS) *~ libexec_SCRIPTS = auto-br-analyze.pl -- 1.8.3.1