summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index df7fe6172..56f288cbd 100644
--- a/Makefile
+++ b/Makefile
@@ -134,10 +134,7 @@ help:
MK := \
$(srcdir)/Makefile \
- $(wildcard \
- $(MAKEFILEDIR)/*.mk \
- $(MAKEFILEDIR)/*/*.mk \
- $(MAKEFILEDIR)/*/*/*.mk)
+ $(wildcard $(addprefix $(MAKEFILEDIR)/, *.mk */*.mk */*/*.mk))
include $(MK)
$(MK):: ;