aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 7f4ec910..c4025f79 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -428,7 +428,7 @@ bombay_zip = bombay.zip
cloc = cloc-1.60.pl
$(scintilla_tgz): ; wget http://prdownloads.sourceforge.net/scintilla/$@ -O $@
-scintilla: $(wildcard scintilla_backports/*.patch) scintilla.patch | \
+scintilla: $(sort $(wildcard scintilla_backports/*.patch)) scintilla.patch | \
$(scintilla_tgz)
if [ -d $@/.hg ]; then \
hg --cwd $@ update -C -r rel-3-7-3; \