diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-10 13:50:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-11 01:36:41 -0400 |
commit | cfb712626aa61d1326887a10283ffcaa1ccc4790 (patch) | |
tree | 392da219fd391e05c76abae669b98bbe0aa46083 /common.each.tail.mk | |
parent | a55986ab1887214c316d2d8ffebe38ae0b30483f (diff) |
Makefile: clean up *.rej and *.orig patch leftovers
Diffstat (limited to 'common.each.tail.mk')
-rw-r--r-- | common.each.tail.mk | 2 |
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) |