Jambase: Remove crelib.

Not needed anymore as I've just removed the platforms that used it.
This commit is contained in:
Augustin Cavalier 2018-11-21 18:35:02 -05:00
parent 8f66ea4bf2
commit 35013601f4

View File

@ -325,7 +325,6 @@ C++FLAGS ?= ;
CC ?= cc ;
CCFLAGS ?= ;
CP ?= cp -f ;
CRELIB ?= ;
DOT ?= . ;
DOTDOT ?= .. ;
EXEMODE ?= 711 ;
@ -644,8 +643,6 @@ rule LibraryFromObjects
LocalClean clean : $(_l) ;
if $(CRELIB) { CreLib $(_l) : $(_s[1]) ; }
Archive $(_l) : $(_s) ;
if $(RANLIB) { Ranlib $(_l) ; }