Message ID | 20211217055041.19559-16-rostedt@goodmis.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 9ca6488d6c18abfc6fc1637ff2cc91e028c04643 |
Headers | show |
Series | libtracefs: Updates to the Makefile | expand |
diff --git a/Makefile b/Makefile index cd7cf28a2acd..544684c1c37c 100644 --- a/Makefile +++ b/Makefile @@ -381,6 +381,7 @@ clean: $(Q)$(call do_clean, \ $(TARGETS) $(bdir)/*.a $(bdir)/*.so $(bdir)/*.so.* $(bdir)/*.o $(bdir)/.*.d \ $(PKG_CONFIG_FILE) \ - $(VERSION_FILE)) + $(VERSION_FILE) \ + $(BUILD_PREFIX)) .PHONY: clean