diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-06-07 12:07:36 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-06-07 12:07:36 -0400 |
commit | 6e02990c02ad1b3da22f7c146d56590b7c46d474 (patch) | |
tree | aa330390142cba607ed9f179ea4dfeda2d0aee59 | |
parent | 6cdfc844b5a7ce8f4a28a9dd7484619a275b4301 (diff) |
build: Don't remove trace_plugin_dir twice
The 'make clean' removes trace_plugin_dir twice. This is because
CMD_TARGETS includes it, and it is also included directly with
the clean Makefile target.
Reported-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -461,7 +461,7 @@ install_doc: | |||
461 | 461 | ||
462 | clean: | 462 | clean: |
463 | $(RM) *.o *~ $(TARGETS) *.a *.so ctracecmd_wrap.c .*.d | 463 | $(RM) *.o *~ $(TARGETS) *.a *.so ctracecmd_wrap.c .*.d |
464 | $(RM) tags TAGS trace_plugin_dir | 464 | $(RM) tags TAGS |
465 | 465 | ||
466 | 466 | ||
467 | ##### PYTHON STUFF ##### | 467 | ##### PYTHON STUFF ##### |