From 813ae79a3dae80d875920e776a1d315fcc127435 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 21 Jun 2017 12:01:33 -0400 Subject: Sort Scintilla backport patches before applying them. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; \ -- cgit v1.2.3