|
@@ -987,7 +987,8 @@ clean:
|
|
|
$(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope*
|
|
|
$(MAKE) -C Documentation/ clean
|
|
|
$(RM) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)PERF-CFLAGS
|
|
|
- $(RM) $(OUTPUT)util/*-{bison,flex}*
|
|
|
+ $(RM) $(OUTPUT)util/*-bison*
|
|
|
+ $(RM) $(OUTPUT)util/*-flex*
|
|
|
$(python-clean)
|
|
|
|
|
|
.PHONY: all install clean strip $(LIBTRACEEVENT)
|