aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/lib/traceevent/Makefile5
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)
328install: install_lib 328install: install_lib
329 329
330clean: 330clean:
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
334endif # skip-makefile 335endif # skip-makefile
335 336