aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-11-20 16:01:00 -0800
committerBrian Behlendorf <[email protected]>2009-11-20 16:01:00 -0800
commitfe883092b937eb574fd748174e951b52244813e3 (patch)
treee6c55340e5257397408e999b5761044dd3bc7785 /Makefile.in
parent0a6c005959c168262cc9e146c0b66b64ba5d94d3 (diff)
Ensure *.order and *.markers build products are removed by distclean rule.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ea8c98e37..a36b92677 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -711,7 +711,8 @@ distclean-local::
-o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
-o -name '.*.rej' -o -name 'aclocal.m4' -o -size 0 \
-o -name '*%' -o -name '.*.cmd' -o -name 'core' \
- -o -name 'Makefile' -o -name '$(LINUX_SYMBOLS)' \) \
+ -o -name 'Makefile' -o -name '$(LINUX_SYMBOLS)' \
+ -o -name '*.order' -o -name '*.markers' \) \
-type f -print | xargs $(RM)
@CONFIG_KERNEL_TRUE@install-data-local: