From 88f9251e3183646994cf5d584916eac0176251b0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 12 Oct 2021 10:13:16 +0300 Subject: only build Scintilla and Lexilla static libraries * saves some build time * fixes Win32 Gtk+ builds --- contrib/scintilla.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/scintilla.am b/contrib/scintilla.am index cd14d4f..0a0334f 100644 --- a/contrib/scintilla.am +++ b/contrib/scintilla.am @@ -39,7 +39,7 @@ MAKE_SCINTILLA += CC='@CC@' CXX='@CXX@' \ # make call does not hurt. .PHONY: make-scintilla make-scintilla: - $(MAKE_SCINTILLA) + $(MAKE_SCINTILLA) ../bin/scintilla.a # scintilla.a itself is not phony. # This avoids unnecessary relinking if it is @@ -59,7 +59,7 @@ MAKE_LEXILLA = $(MAKE) -C @LEXILLA_PATH@/src \ .PHONY: make-lexilla make-lexilla: - $(MAKE_LEXILLA) + $(MAKE_LEXILLA) ../bin/liblexilla.a @LEXILLA_PATH@/bin/liblexilla.a : make-lexilla; -- cgit v1.2.3