diff options
author | 2017-06-21 12:01:33 -0400 | |
---|---|---|
committer | 2017-06-21 12:01:33 -0400 | |
commit | 813ae79a3dae80d875920e776a1d315fcc127435 (patch) | |
tree | a16503284479c5efafb21e8128b7ed77d392dc16 | |
parent | 45c18f1229294e96a3603116aed8ffec2be7420b (diff) | |
download | textadept-813ae79a3dae80d875920e776a1d315fcc127435.tar.gz textadept-813ae79a3dae80d875920e776a1d315fcc127435.zip |
Sort Scintilla backport patches before applying them.
-rw-r--r-- | src/Makefile | 2 |
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; \ |