8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Use parallel build for editline

This commit is contained in:
alexpeshkoff 2009-04-22 14:02:26 +00:00
parent 7a850cf38e
commit 7523076da6

View File

@ -194,7 +194,7 @@ ifeq ($(STD_ICU),false)
endif
ifeq ($(STD_EDITLINE),false)
ifeq ($(EDITLINE_FLG),Y)
$(MAKE) CFLAGS="@CFLAGS@" -f $(GEN_ROOT)/Makefile.extern.editline
$(MAKE) CFLAGS="@CFLAGS@" $(CPU_OPTION) -f $(GEN_ROOT)/Makefile.extern.editline
endif
endif