From 21a3f691059e26c8436b74b4d4c54a57f19af52f Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Thu, 31 Jan 2013 18:41:56 +0000 Subject: [PATCH] Revert "attempt to fix parallel building #2" This reverts commit 47cd5d9a0489b145e452fb6e69ac8f998c1d5cde. ain't working either :( --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 425a9f434..9870a77a5 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -167,7 +167,7 @@ ALL_LIBS+=$(foreach l, $(SER_LIBS), -L$(dir $l) -l$(notdir $l)) $(NAME): librpath.lst $(SER_LIBS_DEPS) -$(SER_LIBS_DEPS): +$(SER_LIBS_DEPS): FORCE @$(MAKE) -wC $(dir $@) compile_for_install=$(lib_compile_for_install) \ NOREBUILD_DEFS="$(NOREBUILD_DEFS) $(LIB_NOREBUILD_DEFS)" \ NOREBUILD_INCLUDES="$(NOREBUILD_INCLUDES) $(LIB_NOREBUILD_INCLUDES)"