Makefile: remove unneeded recursion.mk

The MAKE_DEPTH variable is not used anywhere anymore.
This commit is contained in:
Ralf Haferkamp
2025-04-22 16:57:17 +02:00
parent a7fa8d5495
commit 24da3687d9
47 changed files with 0 additions and 55 deletions

View File

@@ -6,7 +6,6 @@ include ../../.bingo/Variables.mk
endif
include ../../.make/default.mk
include ../../.make/recursion.mk
include ../../.make/go.mk
include ../../.make/release.mk
include ../../.make/docs.mk