slang: Don't error out when building slang for the 2nd time

This commit is contained in:
Youness Alaoui 2018-03-08 18:50:12 -05:00
parent 112daf475d
commit 00c7717f70

View File

@ -13,7 +13,7 @@ slang_configure := ./configure \
--with-png=no \ --with-png=no \
--with-pcre=no \ --with-pcre=no \
--with-onig=no \ --with-onig=no \
&& mkdir src/elfobjs && mkdir -p src/elfobjs
slang_target := \ slang_target := \
$(MAKE_JOBS) \ $(MAKE_JOBS) \