From 5d70e707dc420d64b089cbdeb556fda11415f9ad Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Mon, 22 May 2017 09:03:53 +1000 Subject: Bug [#1946]. Builds are made with a sorted list of lexers to be more reproducible. --- win32/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 22819c4f0..1af28c03f 100644 --- a/win32/makefile +++ b/win32/makefile @@ -70,7 +70,7 @@ analyze: deps: $(CXX) -MM $(CXXFLAGS) *.cxx ../src/*.cxx ../lexlib/*.cxx ../lexers/*.cxx >deps.mak -LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard ../lexers/Lex*.cxx)))) +LEXOBJS:=$(addsuffix .o,$(basename $(sort $(notdir $(wildcard ../lexers/Lex*.cxx))))) BASEOBJS = \ -- cgit v1.2.3