From: Richard W.M. Jones Date: Fri, 13 Nov 2015 10:49:09 +0000 (+0000) Subject: Remove *~ files on make clean. X-Git-Tag: v1.2~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=a624d97e93c072453f9ea8c0c01ea0a056083cf4;p=autobuildrequires.git Remove *~ files on make clean. --- 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