mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 12:05:22 +00:00
Forgot to run ranlib on libhostxpt.a
This commit is contained in:
parent
f24d5c74dd
commit
c73bc6f895
@ -53,7 +53,9 @@ ifdef CROSS_COMPILE
|
||||
GARBAGE += libhostxpt.$(LIB_SUFFIX) $(HOSTOBJS)
|
||||
|
||||
libhostxpt.$(LIB_SUFFIX): $(HOSTOBJS)
|
||||
rm -f $@
|
||||
$(AR) $(AR_FLAGS) $@ $(HOSTOBJS)
|
||||
$(RANLIB) $@
|
||||
|
||||
%.o-h: %.c
|
||||
$(HOST_CC) $(HOST_CFLAGS) -I$(DIST)/include $(NSPR_CFLAGS) -DMDCPUCFG=$(HOST_NSPR_MDCPUCFG) -c -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user