瀏覽代碼

fix building

Mike Frysinger 18 年之前
父節點
當前提交
88d380be0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libm/Makefile

+ 1 - 1
libm/Makefile

@@ -106,7 +106,7 @@ $(AR_LIB_NAME): $(OBJS)
 	$(RM) $(AR_LIB_NAME)
 	$(AR) $(ARFLAGS) $(AR_LIB_NAME) $(OBJS)
 
-$(SO_LIB_NAME): subdirs
+$(SO_LIB_NAME): $(AR_LIB_NAME) subdirs
 	$(RM) $(TOPDIR)lib/$(SO_FULL_NAME) $(SO_LIB_NAME).$(MAJOR_VERSION) $(SO_LIB_NAME)
 	$(LD) $(LDFLAGS) -soname=$(LIB_NAME).so.$(MAJOR_VERSION) \
 		-o $(TOPDIR)lib/$(SO_FULL_NAME) --whole-archive $(AR_LIB_NAME) \