summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-19 00:54:15 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-19 00:54:15 +0100
commit3016c2180bc64b4b573d3effc828490531762314 (patch)
tree4725d7b7c8da40f3d96e0f09406dd04f7ebc24f0
parentdfb198291ae179d63c9a19fc5203ba5630ef6fd2 (diff)
share/mk/: wsfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/dist/files.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/mk/dist/files.mk b/share/mk/dist/files.mk
index 3a8a6189c..70d99a8f1 100644
--- a/share/mk/dist/files.mk
+++ b/share/mk/dist/files.mk
@@ -15,11 +15,11 @@ include $(MAKEFILEDIR)/configure/version.mk
include $(MAKEFILEDIR)/dist/_.mk
-DISTFILES := $(shell $(DISTFILESCMD) | $(SED) 's,:,\\:,g')
-_DISTFILES := $(patsubst $(srcdir)/%,$(_DISTDIR)/%,$(DISTFILES))
-_DISTPAGES := $(filter $(_DISTDIR)/man%,$(_DISTFILES))
-_DISTVERSION:= $(_DISTDIR)/share/mk/configure/version.mk
-_DISTOTHERS := $(filter-out $(_DISTPAGES) $(_DISTVERSION), $(_DISTFILES))
+DISTFILES := $(shell $(DISTFILESCMD) | $(SED) 's,:,\\:,g')
+_DISTFILES := $(patsubst $(srcdir)/%,$(_DISTDIR)/%,$(DISTFILES))
+_DISTPAGES := $(filter $(_DISTDIR)/man%,$(_DISTFILES))
+_DISTVERSION := $(_DISTDIR)/share/mk/configure/version.mk
+_DISTOTHERS := $(filter-out $(_DISTPAGES) $(_DISTVERSION), $(_DISTFILES))
FORCE_DISTVERSION := \