summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-11-25 18:54:45 +0100
committerIngo Molnar <mingo@elte.hu>2009-11-25 18:54:45 +0100
commit09b90fa9d2542e56d3adfdc159d571d87fcf7c92 (patch)
tree54606040cd32989954bbfa91da950c3023c613b8 /Makefile
parentf71a41f51cae01eccb7c9d5e13e0e7654c5b576f (diff)
parent457dc928f586f3f4b930206965e6db270034e97e (diff)
Merge branch 'tracing/core' into auto-latest
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 827836128158..49ffeb427aac 100644
--- a/Makefile
+++ b/Makefile
@@ -379,6 +379,7 @@ export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exc
PHONY += scripts_basic
scripts_basic:
$(Q)$(MAKE) $(build)=scripts/basic
+ $(Q)rm -f .tmp_quiet_recordmcount
# To avoid any implicit rule to kick in, define an empty command.
scripts/basic/%: scripts_basic ;