From 16357f96e8c573cf727f6a0e261799a1f0e03dde Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 12 Jan 2022 13:16:57 +1100 Subject: Remove checking for lexers as Scintilla can no longer be built with lexers. --- gtk/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/makefile b/gtk/makefile index a730fe3fa..fcffdcbcd 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -119,8 +119,6 @@ analyze: depend deps.mak: $(PYTHON) DepGen.py -LEX_OBJS:=$(addsuffix .o,$(basename $(sort $(notdir $(wildcard $(basedir)/lexers/Lex*.cxx))))) - # Required for base Scintilla SRC_OBJS = \ AutoComplete.o \ @@ -160,7 +158,7 @@ GTK_OBJS = \ ScintillaGTK.o \ ScintillaGTKAccessible.o -$(COMPLIB): $(SRC_OBJS) $(GTK_OBJS) $(MARSHALLER) $(LEX_OBJS) +$(COMPLIB): $(SRC_OBJS) $(GTK_OBJS) $(MARSHALLER) $(AR) $(ARFLAGS) $@ $^ $(RANLIB) $@ -- cgit v1.2.3