From cfb712626aa61d1326887a10283ffcaa1ccc4790 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 10 May 2016 13:50:39 -0400 Subject: Makefile: clean up *.rej and *.orig patch leftovers --- common.each.tail.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.each.tail.mk b/common.each.tail.mk index ffc4f47..e58b5c5 100644 --- a/common.each.tail.mk +++ b/common.each.tail.mk @@ -35,7 +35,7 @@ am_sys_files += $(addprefix $(bindir)/,$(libretools-bins)) \ $(addprefix $(mandir)/man6/,$(filter %.6,$(libretools-mans))) \ $(addprefix $(mandir)/man7/,$(filter %.7,$(libretools-mans))) \ $(addprefix $(mandir)/man8/,$(filter %.8,$(libretools-mans))) -am_clean_files += *.pot *.ugly .tmp* +am_clean_files += *.pot *.ugly *.rej *.orig .tmp* exec_$(outdir) := $(exec_$(outdir)) $(libretools-bins) $(libretools-libexecs) -- cgit v1.2.2