mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
Jambase: Remove crelib.
Not needed anymore as I've just removed the platforms that used it.
This commit is contained in:
parent
8f66ea4bf2
commit
35013601f4
@ -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) ; }
|
||||
|
Loading…
Reference in New Issue
Block a user