aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authorBernhard M. Wiedemann <unknown>2017-05-22 09:03:53 +1000
committerBernhard M. Wiedemann <unknown>2017-05-22 09:03:53 +1000
commit5d70e707dc420d64b089cbdeb556fda11415f9ad (patch)
tree99b4de651015945f960b0c2e52ca5f0a8a87361b /gtk/makefile
parent85206bb0a6b0b292e61aa2be602dc0586d4063dd (diff)
downloadscintilla-mirror-5d70e707dc420d64b089cbdeb556fda11415f9ad.tar.gz
Bug [#1946]. Builds are made with a sorted list of lexers to be more reproducible.
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile
index 5a4fa8231..a28aa092d 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -96,7 +96,7 @@ GLIB_GENMARSHAL_FLAGS = --prefix=scintilla_marshal
.list.c:
$(GLIB_GENMARSHAL) --body $(GLIB_GENMARSHAL_FLAGS) $< > $@
-LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx))))
+LEXOBJS:=$(addsuffix .o,$(basename $(sort $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx)))))
all: $(COMPLIB)