Przeglądaj źródła

tools lib traceevent: Fix clean target in Makefile

Dependency files were not cleaned up. Add missing space to fix the issue.

Signed-off-by: Konstantin Stepanyuk <konstantin.stepanyuk@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1340833934-18783-1-git-send-email-konstantin.stepanyuk@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Konstantin Stepanyuk 13 lat temu
rodzic
commit
f526a4ce26
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/lib/traceevent/Makefile

+ 1 - 1
tools/lib/traceevent/Makefile

@@ -290,7 +290,7 @@ install_lib: all_cmd install_plugins install_python
 install: install_lib
 install: install_lib
 
 
 clean:
 clean:
-	$(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES).*.d
+	$(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d
 	$(RM) tags TAGS
 	$(RM) tags TAGS
 
 
 endif # skip-makefile
 endif # skip-makefile