diff --git a/[refs] b/[refs] index 05ff872f40fb..3cfcf150ad1b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf8dc9ff29b55955197ae6f628b19f7f41f6e582 +refs/heads/master: 8b7e0b34b8e94f34597e4b804bbb8bb7e27df040 diff --git a/trunk/tools/perf/Makefile b/trunk/tools/perf/Makefile index d0861bbd1d94..5bf48fcc6768 100644 --- a/trunk/tools/perf/Makefile +++ b/trunk/tools/perf/Makefile @@ -892,7 +892,7 @@ quick-install-html: ### Cleaning rules clean: - $(RM) $(OUTPUT){*.o,*/*.o,*/*/*.o,*/*/*/*.o,$(LIB_FILE),perf-archive} + $(RM) $(LIB_OBJS) $(BUILTIN_OBJS) $(LIB_FILE) $(OUTPUT)perf-archive $(OUTPUT)perf.o $(LANG_BINDINGS) $(RM) $(ALL_PROGRAMS) perf $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(MAKE) -C Documentation/ clean