diff options
-rw-r--r-- | tools/lib/traceevent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile index 3d69aa9ff51e..423f4b81ecce 100644 --- a/tools/lib/traceevent/Makefile +++ b/tools/lib/traceevent/Makefile | |||
@@ -290,7 +290,7 @@ install_lib: all_cmd install_plugins install_python | |||
290 | install: install_lib | 290 | install: install_lib |
291 | 291 | ||
292 | clean: | 292 | clean: |
293 | $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES).*.d | 293 | $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d |
294 | $(RM) tags TAGS | 294 | $(RM) tags TAGS |
295 | 295 | ||
296 | endif # skip-makefile | 296 | endif # skip-makefile |