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:
cls%seawood.org
1999-09-06 22:10:18 +00:00
parent 74bf90dd7e
commit 6fb7827186

View File

@@ -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 $@ $<