jemalloc: use $(AR), not ar

This commit is contained in:
Daniel Micay 2013-08-19 20:52:28 -04:00
parent 517e611271
commit ef436637ea
2 changed files with 2 additions and 2 deletions

View File

@ -4453,7 +4453,7 @@ PIC_CFLAGS='-fPIC -DPIC'
CTARGET='-o $@'
LDTARGET='-o $@'
EXTRA_LDFLAGS=
MKLIB='ar crus $@'
MKLIB='$(AR) crus $@'
CC_MM=1
default_munmap="1"

View File

@ -226,7 +226,7 @@ PIC_CFLAGS='-fPIC -DPIC'
CTARGET='-o $@'
LDTARGET='-o $@'
EXTRA_LDFLAGS=
MKLIB='ar crus $@'
MKLIB='$(AR) crus $@'
CC_MM=1
dnl Platform-specific settings. abi and RPATH can probably be determined