diff options
-rw-r--r-- | tools/lib/traceevent/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile index 8ea4368381f0..3496c9ce84d4 100644 --- a/tools/lib/traceevent/Makefile +++ b/tools/lib/traceevent/Makefile | |||
@@ -328,8 +328,9 @@ install_plugins: $(PLUGINS) | |||
328 | install: install_lib | 328 | install: install_lib |
329 | 329 | ||
330 | clean: | 330 | clean: |
331 | $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d | 331 | $(call QUIET_CLEAN, libtraceevent) \ |
332 | $(RM) TRACEEVENT-CFLAGS tags TAGS | 332 | $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d \ |
333 | $(RM) TRACEEVENT-CFLAGS tags TAGS | ||
333 | 334 | ||
334 | endif # skip-makefile | 335 | endif # skip-makefile |
335 | 336 | ||