Merge branch 'newt_slang_module_fix' of https://github.com/kakaroto/heads

This commit is contained in:
Trammell hudson 2018-03-12 13:57:54 -04:00
commit 5765a0b834
No known key found for this signature in database
GPG Key ID: 687A5005935B1533
2 changed files with 2 additions and 1 deletions

View File

@ -22,3 +22,4 @@ newt_configure := ./autogen.sh; ./configure \
$(CROSS_TOOLS) \
--prefix "/" \
--host i386-elf-linux \
--without-tcl

View File

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