Forgot to run ranlib on libhostxpt.a
git-svn-id: svn://10.0.0.236/trunk@46134 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 $@ $<
|
||||
|
||||
Reference in New Issue
Block a user