Revert "attempt to fix parallel building"

ain't working.
This reverts commit 58a0a51aea1d0557aeb9294de19a2668a0846446.
pull/1/head
Richard Fuchs 13 years ago
parent 52f62595d9
commit f781984a09

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

Loading…
Cancel
Save