You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makefile: Fix circular dependency in distclean target
When calling the `make distclean` target, we see this:
make: Circular include-clean <- distclean dependency dropped.
Fix it by adding distclean to INCLUDE_CLEAN_RDEP_SUBJECT first condition
filter.
Link: https://lore.kernel.org/ltp/[email protected]/
Reviewed-by: Petr Vorel <[email protected]>
Signed-off-by: Ricardo B. Marlière <[email protected]>
0 commit comments