aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-06-21 12:01:33 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2017-06-21 12:01:33 -0400
commit813ae79a3dae80d875920e776a1d315fcc127435 (patch)
treea16503284479c5efafb21e8128b7ed77d392dc16
parent45c18f1229294e96a3603116aed8ffec2be7420b (diff)
downloadtextadept-813ae79a3dae80d875920e776a1d315fcc127435.tar.gz
textadept-813ae79a3dae80d875920e776a1d315fcc127435.zip
Sort Scintilla backport patches before applying them.
-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; \