diff --git a/Makefile.libs b/Makefile.libs index ee30b3e4d..6182580be 100644 --- a/Makefile.libs +++ b/Makefile.libs @@ -96,12 +96,6 @@ LDFLAGS:=$(LIB_LDFLAGS) $(NAME_LD_FLAGS) NAME:=$(LIB_NAME) -.PHONY: lib_all -lib_all: - @$(MAKE) $(NAME) - @$(MAKE) $(LIB_RUNTIME_NAME) - @$(MAKE) $(LIB_LINK_NAME) - include $(COREPATH)/Makefile.targets include $(COREPATH)/Makefile.rules @@ -114,7 +108,7 @@ endif endif endif -$(NAME): $(LIBINAME_F) +$(NAME): $(LIB_RUNTIME_NAME) $(LIB_LINK_NAME) $(LIBINAME_F) $(LIB_RUNTIME_NAME): -@ln -s $(LIB_NAME) $(LIB_RUNTIME_NAME)