Message ID | 20211217215841.51753c6a@rorschach.local.home (mailing list archive) |
---|---|
State | Accepted |
Commit | 36a5df9299991c5972c6a2bfea22d00e61765d89 |
Headers | show |
Series | PATCH] libtracefs: Remove dependency files on make clean | expand |
diff --git a/src/Makefile b/src/Makefile index 985744ba1118..e8afab50bafb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -58,7 +58,7 @@ $(OBJS): | $(bdir) $(DEPS): | $(bdir) clean: - $(Q)$(call do_clean,$(OBJS)) + $(Q)$(call do_clean,$(OBJS) .*.d) dep_includes := $(wildcard $(DEPS))