]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
*.mk: tfix
authorAlejandro Colomar <alx@kernel.org>
Wed, 6 Sep 2023 21:54:25 +0000 (23:54 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 6 Sep 2023 21:54:25 +0000 (23:54 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
GNUmakefile

index 5f21bbc0b8b13768cdc5280eca2607c0412f7edc..0d80842968bfb13a9cae912fd4c5a5e13abaf4d2 100644 (file)
@@ -122,7 +122,7 @@ help:
 
 
 MK_ := $(wildcard $(addprefix $(MAKEFILEDIR)/, *.mk */*.mk */*/*.mk))
-MK  := $(srcdir)/GNUMakefile $(MK_)
+MK  := $(srcdir)/GNUmakefile $(MK_)
 include $(MK_)
 $(MK):: ;