summaryrefslogtreecommitdiff
path: root/common.each.tail.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-10 13:50:39 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-11 01:36:41 -0400
commitcfb712626aa61d1326887a10283ffcaa1ccc4790 (patch)
tree392da219fd391e05c76abae669b98bbe0aa46083 /common.each.tail.mk
parenta55986ab1887214c316d2d8ffebe38ae0b30483f (diff)
Makefile: clean up *.rej and *.orig patch leftovers
Diffstat (limited to 'common.each.tail.mk')
-rw-r--r--common.each.tail.mk2
1 files changed, 1 insertions, 1 deletions
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)