summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk-doc-plugins.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak
index 8cf6e15..fe3a92e 100644
--- a/gtk-doc-plugins.mak
+++ b/gtk-doc-plugins.mak
@@ -312,7 +312,7 @@ check: check-hierarchy
endif
# wildcard is apparently not portable to other makes, hence the use of find
-inspect_files = $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml')
+inspect_files = $(sort $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml'))
check-inspected-versions:
@echo Checking plugin versions of inspected plugin data ...; \