From f781984a09252d132b0fd8641c989321cb5fd916 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 28 Jan 2013 18:50:07 +0000 Subject: [PATCH] Revert "attempt to fix parallel building" ain't working. This reverts commit 58a0a51aea1d0557aeb9294de19a2668a0846446. --- Makefile.libs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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)